e4dcfc49aa
Tests / Import Check (Python 3.13) (push) Has been cancelled
Tests / Import Check (Python 3.14) (push) Has been cancelled
Tests / Python Tests (Python 3.11) (push) Has been cancelled
Tests / Python Tests (Python 3.12) (push) Has been cancelled
Tests / Python Tests (Python 3.14) (push) Has been cancelled
Tests / Test Summary (push) Has been cancelled
Tests / Lint and Format (push) Has been cancelled
Tests / Web Node Tests (push) Has been cancelled
Tests / Import Check (Python 3.11) (push) Has been cancelled
Tests / Import Check (Python 3.12) (push) Has been cancelled
Tests / Python Tests (Python 3.13) (push) Has been cancelled
12 lines
478 B
Python
12 lines
478 B
Python
"""Partners — IM-connected companions driven by the DeepTutor chat agent loop.
|
|
|
|
This package hosts the channel (IM) layer: the chat-platform integrations,
|
|
the message bus that decouples them from the agent runtime, and their
|
|
configuration schema. The agent runtime itself lives in
|
|
``deeptutor.services.partners`` and reuses the chat capability's agent loop
|
|
(``ChatOrchestrator`` → ``AgenticChatPipeline``) — there is no separate
|
|
partner engine.
|
|
"""
|
|
|
|
__version__ = "2.0.0"
|