DeepSeek-V3.1
Collection
3 items
•
Updated
•
220
pip install ark-robotics
any-agent
. from any_agent import AgentConfig, AgentFramework, AnyAgent
agent = AnyAgent.create(
AgentFramework("smolagents"), # or openai, langchain, llama_index
AgentConfig(
model_id="gpt-4o-mini"
)
)
agent.run("Which Agent Framework is the best??")