transitive-bullshit / agentic

AI agent stdlib that works with any LLM and TypeScript AI SDK.
https://agentic.so
MIT License
16.32k stars 2.13k forks source link

PolygonClient does not expose any function #648

Open chinhq opened 3 months ago

chinhq commented 3 months ago

Providing a PolygonClient instance to createAISDKTools results in an assertion failure due to lack of decorators in polygon service implementation

"Assertion failed" at PolygonClient.get functions (@agentic/stdlib/src/fns.ts:42:7)
transitive-bullshit commented 3 months ago

Yes, PolygonClient still needs to have AI decorators added.

Are there methods you'd like to prioritize?

Very open to a PR for this btw.