MCPcopy Create free account
hub / github.com/MiniMax-AI/Mini-Agent / AgentConfig

Class AgentConfig

mini_agent/config.py:32–37  ·  view source on GitHub ↗

Agent configuration

Source from the content-addressed store, hash-verified

30
31
32class AgentConfig(BaseModel):
33 """Agent configuration"""
34
35 max_steps: int = 50
36 workspace_dir: str = "./workspace"
37 system_prompt_path: str = "system_prompt.md"
38
39
40class MCPConfig(BaseModel):

Callers 2

acp_agentFunction · 0.90
from_yamlMethod · 0.85

Calls

no outgoing calls

Tested by 1

acp_agentFunction · 0.72