Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
1
1
Ruze Richards
ruze00
Follow
0 followers
ยท
1 following
ruze00
AI & ML interests
LLM, NLP, AI
Recent Activity
replied
to
daavoo
's
post
4 days ago
New release in https://github.com/mozilla-ai/any-agent ๐ค You can now use "managed_agents" also in `langchain` and `llama_index`, in addition to the other frameworks: ```py from any_agent import AgentConfig, AgentFramework, AnyAgent from any_agent.tracing import setup_tracing framework = AgentFramework("langchain") # also in AgentFramework("llama_index") and the rest of frameworks setup_tracing(framework) agent = AnyAgent.create( framework, AgentConfig( model_id="gpt-4.1-mini", instructions="You are the main agent. Use the other available agents to find an answer", ), managed_agents=[ AgentConfig( name="search_web_agent", description="An agent that can search the web", model_id="gpt-4.1-nano", tools=["any_agent.tools.search_web"] ), AgentConfig( name="visit_webpage_agent", description="An agent that can visit webpages", model_id="gpt-4.1-nano", tools=["any_agent.tools.visit_webpage"] ) ] ) agent.run("Which Agent Framework is the best??") ```
updated
a Space
about 2 months ago
ruze00/catering_service_tool
published
a Space
about 2 months ago
ruze00/catering_service_tool
View all activity
Organizations
spaces
2
Sort:ย Recently updated
Sleeping
Catering Service Tool
๐
Design superhero party themes
Sleeping
First Agent Template
โก
Find the current time in any timezone
models
1
ruze00/gemma-2-2B-it-thinking-function_calling-V0
Updated
Feb 19
datasets
None public yet