LICENSE
README.md
pyproject.toml
pocket_coding.egg-info/PKG-INFO
pocket_coding.egg-info/SOURCES.txt
pocket_coding.egg-info/dependency_links.txt
pocket_coding.egg-info/entry_points.txt
pocket_coding.egg-info/requires.txt
pocket_coding.egg-info/top_level.txt
poco/__init__.py
poco/cli.py
poco/config.py
poco/demo.py
poco/main.py
poco/agent/__init__.py
poco/agent/catalog.py
poco/agent/runner.py
poco/interaction/__init__.py
poco/interaction/card_dispatcher.py
poco/interaction/card_handlers.py
poco/interaction/card_models.py
poco/interaction/service.py
poco/platform/__init__.py
poco/platform/feishu/__init__.py
poco/platform/feishu/card_gateway.py
poco/platform/feishu/cards.py
poco/platform/feishu/client.py
poco/platform/feishu/debug.py
poco/platform/feishu/gateway.py
poco/platform/feishu/longconn.py
poco/platform/feishu/project_bootstrap.py
poco/platform/feishu/verification.py
poco/project/__init__.py
poco/project/bootstrap.py
poco/project/controller.py
poco/project/models.py
poco/session/controller.py
poco/session/models.py
poco/storage/__init__.py
poco/storage/memory.py
poco/storage/protocols.py
poco/storage/sqlite.py
poco/task/__init__.py
poco/task/controller.py
poco/task/dispatcher.py
poco/task/models.py
poco/task/notifier.py
poco/task/rendering.py
poco/workspace/controller.py
poco/workspace/models.py
tests/test_agent_catalog.py
tests/test_agent_runner.py
tests/test_card_dispatcher.py
tests/test_card_gateway.py
tests/test_cli.py
tests/test_config.py
tests/test_debug_api.py
tests/test_demo_api.py
tests/test_demo_cards.py
tests/test_feishu_client.py
tests/test_feishu_gateway.py
tests/test_feishu_longconn.py
tests/test_health.py
tests/test_session_controller.py
tests/test_state_persistence.py
tests/test_task_controller.py
tests/test_task_dispatcher.py
tests/test_task_notifier.py