Support caller-provided tool declarations in direct agent requests #186
astrobot-houston
started this conversation in
Feature Request
Replies: 1 comment
-
|
Hi folks! 👋 I work on AG-UI at CopilotKit. I've been experimenting with an AG-UI adapter for Flue agents. One area of incompatibility is frontend tools, where a given frontend can add UI-specific tool declarations to an agent. The linked PR was an exploration of what adding these tools via the SDK would look like. Let me know what your preferred design process is. I'd love to carry this work forward. |
Beta Was this translation helpful? Give feedback.
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.
-
Summary
DirectAgentPayload.toolsand exportedDirectAgentToolDeclarationtypes to runtime and SDK surfacesFollow-up
Verification
corepack pnpm --dir packages/runtime run check:typescorepack pnpm --dir packages/runtime exec vitest run test/direct-agent.test.tscorepack pnpm --dir packages/sdk run check:typescorepack pnpm --dir packages/sdk exec vitest run test/client.test.tsOriginal implementation from #185 by @MikeRyanDev
Beta Was this translation helpful? Give feedback.
All reactions