Replies: 1 comment
|
My experience - you have to create a step that wraps the agent sdk's If you want to use aisdk on the UI side you'll need to adapt the agent sdk's stream. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey folks, i'm really conflicted about implementation strategy regarding Antropic's Agent SDK with the WDK.... Anthropic's Agent SDK has abstractions to manage state, skills, resumability, MCP servers and others how would that work essentially with the WDK? anyone implementing this already ?
Each possible step and tool would be abstracted as "use-step" and then the main agentic workflow is managed by "use workflow"?
All reactions