Common interface for interacting with AI agents. The protocol is tech stack agnostic - you can use it with any framework for building agents.
999
stars
120
forks
source link
Authorise against X-API-KEY or Auth Bearer token #103
Open
nalbion opened 9 months ago
Pull Request
If the
AgentConfig
providesapiKeys: string[]
orjstSecret: string
the server will authorise all requests.Description
Updated #80
Checklist
Please review and check the following items to ensure your pull request can be processed smoothly:
[x] My code adheres to the project's coding standards and style guidelines.
[ ] I have tested my changes thoroughly, including unit tests where applicable.
[x] I have updated the documentation to reflect any changes made in this pull request.
[x] My branch is up-to-date with the latest changes from the main branch.
[ ] I have received code review feedback and addressed any comments or concerns.
References, Fixes and Closes
List any other pull requests or issues that this pull request references, fixes, or closes, if applicable.