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
999 stars 120 forks source link

Fix Python client #93

Closed Pwuts closed 10 months ago

Pwuts commented 10 months ago

The Python client is currently broken (#91) and was built using an outdated generator. There are also some other issues (#92) with it, so here's a bundle of fixes. :)

Changes

Checklist

Please review and check the following items to ensure your pull request can be processed smoothly:

vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **agentprotocolai** | ⬜️ Ignored ([Inspect](https://vercel.com/ai-engineers-foundation/agentprotocolai/4B38rogwMiEv64fXPCKvXKfGBX78)) | [Visit Preview](https://agentprotocolai-git-fork-pwuts-f-b0ef72-ai-engineers-foundation.vercel.app) | | Jan 2, 2024 2:04pm |
Pwuts commented 10 months ago

Testing is WIP

Pwuts commented 10 months ago

Update: tested, works

ntindle commented 10 months ago

LGTM

jzanecook commented 10 months ago

Thanks, Pwuts!