RadKit: A2A focused Rust Agents SDK #1017
irshadnilam
started this conversation in
Show and tell
Replies: 1 comment
-
|
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/microagents/radkit
I've had some pain points when trying to use other agent sdks (adk, autogen, crewai) and make it compatible with a2a protocol. This led me to work on an agent sdk that natively works with a2a.
The highlight here is, agents are task aware. LLM can update status and save artifacts (which generates a2a events).
I'll let the code speak.
Additionally FunctionTool will also have access to a
ToolContextwhere they can generate status updates and generate artifacts.This is still a very much work in progress. I'd love to get your feedback.
Beta Was this translation helpful? Give feedback.
All reactions