Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
class
AgentInfo(TypedDict):
7
name: str
8
description: str
9
handler: Callable[[str], Awaitable[Any]]
10
11
12
class
TaskClassification(TypedDict):
Callers
1
register_agent
Method · 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…