LICENSE
LICENSE copy
MANIFEST.in
README.md
pyproject.toml
requirements.txt
plane_agent/__init__.py
plane_agent/__main__.py
plane_agent/agent_server.py
plane_agent/api_client.py
plane_agent/auth.py
plane_agent/mcp_config.json
plane_agent/mcp_server.py
plane_agent/plane_models.py
plane_agent.egg-info/PKG-INFO
plane_agent.egg-info/SOURCES.txt
plane_agent.egg-info/dependency_links.txt
plane_agent.egg-info/entry_points.txt
plane_agent.egg-info/requires.txt
plane_agent.egg-info/top_level.txt
plane_agent/api/__init__.py
plane_agent/api/api_client_base.py
plane_agent/api/api_client_cycles.py
plane_agent/api/api_client_epics.py
plane_agent/api/api_client_initiatives.py
plane_agent/api/api_client_intake.py
plane_agent/api/api_client_milestones.py
plane_agent/api/api_client_modules_states.py
plane_agent/api/api_client_projects.py
plane_agent/api/api_client_work_items.py
plane_agent/api/api_client_workspace.py
plane_agent/mcp/__init__.py
plane_agent/mcp/mcp_cycles.py
plane_agent/mcp/mcp_epics.py
plane_agent/mcp/mcp_initiatives.py
plane_agent/mcp/mcp_intake.py
plane_agent/mcp/mcp_labels.py
plane_agent/mcp/mcp_milestones.py
plane_agent/mcp/mcp_modules.py
plane_agent/mcp/mcp_pages.py
plane_agent/mcp/mcp_projects.py
plane_agent/mcp/mcp_states.py
plane_agent/mcp/mcp_users.py
plane_agent/mcp/mcp_work_items.py
plane_agent/mcp/mcp_workspaces.py
scripts/validate_a2a_agent.py
scripts/validate_agent.py
scripts/verify_api_integration.py
tests/conftest.py
tests/test_concept_parity.py
tests/test_coverage_gap_fillers.py
tests/test_init.py
tests/test_init_dynamics.py
tests/test_startup.py