MCPcopy Create free account
hub / github.com/Louisym/MiniCC / AgentJob

Class AgentJob

mini_claude_code/multi_agent.py:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55# ============================================================
56
57class AgentJob(BaseModel):
58 manifest: AgentManifest
59 prompt: str
60 allowed_tools: set[str] = Field(default_factory=set)
61
62
63# ============================================================

Callers 1

spawn_agentMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected