Post
2723
Wondering how the new Google Agent Development Toolkit (ADK) compares against other frameworks? 🤔You can try it in
https://github.com/mozilla-ai/any-agent
any-agent
🚀 https://github.com/mozilla-ai/any-agent
agent = AnyAgent.create(
AgentFramework("google"),
AgentConfig(
model_id="gpt-4o-mini"
)
)
agent.run("Which Agent Framework is the best??")