LICENSE
README.md
pyproject.toml
src/psycgod_sage.egg-info/PKG-INFO
src/psycgod_sage.egg-info/SOURCES.txt
src/psycgod_sage.egg-info/dependency_links.txt
src/psycgod_sage.egg-info/entry_points.txt
src/psycgod_sage.egg-info/requires.txt
src/psycgod_sage.egg-info/top_level.txt
src/sage/__init__.py
src/sage/__main__.py
src/sage/artifacts.py
src/sage/classify.py
src/sage/cli.py
src/sage/detectors.py
src/sage/fileops.py
src/sage/github_oauth.py
src/sage/install.py
src/sage/reader.py
src/sage/runner.py
src/sage/savings.py
src/sage/searcher.py
src/sage/security.py
src/sage/store.py
src/sage/suggestions.py
src/sage/telemetry.py
src/sage/telemetry_sender.py
src/sage/agents/__init__.py
src/sage/agents/base_agent.py
src/sage/agents/communication.py
src/sage/agents/evaluation.py
src/sage/agents/executor.py
src/sage/agents/orchestrator.py
src/sage/agents/registry.py
src/sage/agents/task_queue.py
src/sage/agents/specialized/__init__.py
src/sage/agents/specialized/code_agent.py
src/sage/agents/specialized/debug_agent.py
src/sage/agents/specialized/test_agent.py
src/sage/autofix/__init__.py
src/sage/autofix/engine.py
src/sage/autofix/knowledge_base.py
src/sage/autofix/analyzers/__init__.py
src/sage/autofix/analyzers/javascript_analyzer.py
src/sage/autofix/analyzers/python_analyzer.py
src/sage/autofix/fixers/__init__.py
src/sage/autofix/fixers/dependency_fixer.py
src/sage/autofix/fixers/import_fixer.py
src/sage/context/__init__.py
src/sage/context/benchmarks.py
src/sage/context/compression.py
src/sage/context/manager.py
src/sage/context/tokens.py
src/sage/context/tracker.py
src/sage/dashboard/__init__.py
src/sage/dashboard/data.py
src/sage/dashboard/server.py
src/sage/dashboard/websocket.py
src/sage/dashboard/api/__init__.py
src/sage/dashboard/api/agents.py
src/sage/dashboard/api/commands.py
src/sage/dashboard/api/metrics.py
src/sage/dashboard/static/index.html
src/sage/global_store/__init__.py
src/sage/global_store/database.py
src/sage/global_store/sync.py
src/sage/mcp/__init__.py
src/sage/mcp/client.py
src/sage/mcp/server.py
src/sage/mcp/tools.py
src/sage/ml/__init__.py
src/sage/ml/client.py
src/sage/ml/daemon.py
src/sage/ml/embeddings.py
src/sage/ml/family_model.py
src/sage/ml/family_validation.py
src/sage/ml/features.py
src/sage/ml/history_features.py
src/sage/ml/history_importer.py
src/sage/ml/model.py
src/sage/ml/neural_center.py
src/sage/ml/predictor.py
src/sage/ml/validation.py
src/sage/ml/validation_v2.py
src/sage/ml/vector_store.py
src/sage/ml/predictors/__init__.py
src/sage/ml/predictors/agent_ranker.py
src/sage/ml/predictors/auth_predictor.py
src/sage/ml/predictors/base.py
src/sage/ml/predictors/compression_selector.py
src/sage/ml/predictors/context_predictor.py
src/sage/ml/predictors/dependency_predictor.py
src/sage/ml/predictors/permission_predictor.py
src/sage/ml/predictors/syntax_predictor.py
src/sage/ml/predictors/timeout_predictor.py
src/sage/nlp/__init__.py
src/sage/nlp/command_builder.py
src/sage/nlp/parser.py
src/sage/workflows/__init__.py
src/sage/workflows/conditions.py
src/sage/workflows/executor.py
src/sage/workflows/parser.py
tests/test_10k_context_compression.py
tests/test_agent_evaluation.py
tests/test_agent_execution.py
tests/test_claude_sage_enforcement.py
tests/test_cli.py
tests/test_cli_basic.py
tests/test_commands_and_telemetry.py
tests/test_compression_metrics.py
tests/test_context_compression_roadmap.py
tests/test_dashboard_render.py
tests/test_db_storage_migration.py
tests/test_detectors.py
tests/test_fileops.py
tests/test_mcp_sage_tools.py
tests/test_ml_features.py
tests/test_ml_v2.py
tests/test_ml_validation.py
tests/test_public_package_metadata.py
tests/test_public_release_docs.py
tests/test_roadmap_cli.py
tests/test_security_privacy.py
tests/test_suggestions.py