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.
https://agentprotocol.ai
MIT License
1.01k stars 120 forks source link

Update OpenAPI Schema and Testing Suite #57

Closed jzanecook closed 1 year ago

jzanecook commented 1 year ago

Renamed operationId for listAgentTasks from listAgentTasksIDs to listAgentTasks

Removed newman command from the test script that doesn't test against the OpenAPI spec.

Added report.html to the .gitignore in case any reports are generated within the testing_suite folder, or anywhere else.

hackgoofer commented 1 year ago

Looks good with me. @merwanehamadi take a look please before @jzanecook merges it. :)