MANIFEST.in
README.md
pyproject.toml
agentops_ai/__init__.py
agentops_ai/agentops_api.py
agentops_ai/cli.py
agentops_ai.egg-info/PKG-INFO
agentops_ai.egg-info/SOURCES.txt
agentops_ai.egg-info/dependency_links.txt
agentops_ai.egg-info/entry_points.txt
agentops_ai.egg-info/requires.txt
agentops_ai.egg-info/top_level.txt
agentops_ai/.tours/tour_cli_flow.json
agentops_ai/.tours/tour_rca_flow.json
agentops_ai/agentops_agents/__init__.py
agentops_ai/agentops_agents/agents.py
agentops_ai/agentops_agents/orchestrator.py
agentops_ai/agentops_agents/state.py
agentops_ai/agentops_cli/__init__.py
agentops_ai/agentops_cli/__main__.py
agentops_ai/agentops_cli/enhanced_main.py
agentops_ai/agentops_cli/main.py
agentops_ai/agentops_cli/main_backup.py
agentops_ai/agentops_core/__init__.py
agentops_ai/agentops_core/agent_selector.py
agentops_ai/agentops_core/analyzer.py
agentops_ai/agentops_core/config.py
agentops_ai/agentops_core/context_engineering.py
agentops_ai/agentops_core/documentation_export.py
agentops_ai/agentops_core/export_manager.py
agentops_ai/agentops_core/features.py
agentops_ai/agentops_core/language_support.py
agentops_ai/agentops_core/notification.py
agentops_ai/agentops_core/payment_integration.py
agentops_ai/agentops_core/pricing.py
agentops_ai/agentops_core/requirement_inference.py
agentops_ai/agentops_core/requirement_store.py
agentops_ai/agentops_core/requirements_clarification.py
agentops_ai/agentops_core/terminal_ui.py
agentops_ai/agentops_core/traceability.py
agentops_ai/agentops_core/utils.py
agentops_ai/agentops_core/version_manager.py
agentops_ai/agentops_core/workflow.py
agentops_ai/agentops_core/llm_providers/__init__.py
agentops_ai/agentops_core/llm_providers/azure_provider.py
agentops_ai/agentops_core/llm_providers/base_provider.py
agentops_ai/agentops_core/llm_providers/gemini_provider.py
agentops_ai/agentops_core/llm_providers/openai_provider.py
agentops_ai/agentops_core/llm_providers/provider_factory.py
agentops_ai/agentops_core/llm_providers/provider_manager.py
agentops_ai/agentops_core/services/test_generator.py
agentops_ai/agentops_dashboard/__init__.py
agentops_ai/agentops_dashboard/dashboard.py
agentops_ai/agentops_data/__init__.py
agentops_ai/agentops_integrations/__init__.py
agentops_ai/agentops_integrations/ci_integrations.py
agentops_ai/agentops_integrations/ide_integrations.py
agentops_ai/agentops_integrations/integration_agent.py
agentops_ai/agentops_integrations/webhook_handler.py
agentops_ai/tests/test_generator.py
tests/test_notification.py