Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
class
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
40
class
MCPConfig(BaseModel):
Callers
2
acp_agent
Function · 0.90
from_yaml
Method · 0.85
Calls
no outgoing calls
Tested by
1
acp_agent
Function · 0.72