MCPcopy Create free account
hub / github.com/microsoft/TypeChat / AgentInfo

Class AgentInfo

python/examples/multiSchema/router.py:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5
6class AgentInfo(TypedDict):
7 name: str
8 description: str
9 handler: Callable[[str], Awaitable[Any]]
10
11
12class TaskClassification(TypedDict):

Callers 1

register_agentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…