LICENSE
README.md
pyproject.toml
src/acp_to_api/__init__.py
src/acp_to_api/cli.py
src/acp_to_api/config.py
src/acp_to_api/daemon.py
src/acp_to_api/dashboard.py
src/acp_to_api/dirs.py
src/acp_to_api/openai_models.py
src/acp_to_api/py.typed
src/acp_to_api/registry.py
src/acp_to_api/server.py
src/acp_to_api/service.py
src/acp_to_api.egg-info/PKG-INFO
src/acp_to_api.egg-info/SOURCES.txt
src/acp_to_api.egg-info/dependency_links.txt
src/acp_to_api.egg-info/entry_points.txt
src/acp_to_api.egg-info/requires.txt
src/acp_to_api.egg-info/top_level.txt
src/acp_to_api/providers/__init__.py
src/acp_to_api/providers/base.py
src/acp_to_api/providers/cursor_acp.py
tests/test_e2e_ag2_agentic.py
tests/test_e2e_cursor.py
tests/test_e2e_daemon.py
tests/test_e2e_langchain_agent.py
tests/test_e2e_openai_sdk_comprehensive.py
tests/test_langgraph_agentic.py
tests/test_provider_restart_logic.py
tests/test_pydantic_ai_agentic.py