Open nalbion opened 9 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
I believe these changes would not be a standard agent protocol SDK that's 1:1 with the spec. For changes to the spec, there needs to be an RFC written out that details the changes.
However, I can see this being useful for the js sdk, and I'm thinking that what we could do here is take some of these changes and incorporate it into some example agents. If you can take a look at the config options RFC in the V2 branch and see if that "changes the game" per se for your implementations.
@jzanecook I don't think that the implementation of createArtifact()
, registerCreateArtifact()
and registerGetTaskArtifact()
have anything to do with the spec.
I'd be happy to move AnyCloudArtifactStorage
and ArtifactStorageFactory
into a README or examples and remove the dependency on any-cloud-storage. Maybe the example could show how artifact_provider
could be used to configure the storage for each request?
Pull Request
Description
Use https://github.com/nalbion/any-cloud-storage to abstract storage of artifacts
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