AI-Engineer-Foundation / agent-protocol

Common interface for interacting with AI agents. The protocol is tech stack agnostic - you can use it with any framework for building agents.

Home Page:https://agentprotocol.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

V2 release feature request discussion thread

hackgoofer opened this issue · comments

Agent Protocol Potential V2 Updates:

  1. Rename additional_input to config;
  2. Add an info endpoint #39
  3. Remove input for task
  4. plugin (that allows agent developers to specify their own schema) system #71
  • Rename additional_input to config;
  • Add an info endpoint

Reference Issue #39 for more on these topics.

plugin (that allows agent developers to specify their own schema) system

For this I've made another discussion thread at Issue #71