Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
daavoo 
posted an update 5 days ago
Post
2757
Wondering how the new Google Agent Development Toolkit (ADK) compares against other frameworks? 🤔You can try it in 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??")

Routers of routers...

In this post