Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions condor/acp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,13 @@
ACPEvent,
)
from .pydantic_ai_client import PydanticAIClient, is_pydantic_ai_model
from .cursor_agent_client import (
CursorAgentClient,
is_cursor_agent_key,
resolve_cursor_model,
)
from .managed_agent_client import (
ManagedAgentClient,
is_managed_agent_key,
resolve_managed_model,
)
Loading