LICENSE
README.md
pyproject.toml
agentchanti/__init__.py
agentchanti/agent_tools.py
agentchanti/api.py
agentchanti/checkpoint.py
agentchanti/cli_display.py
agentchanti/config.py
agentchanti/diff_display.py
agentchanti/embedding_store.py
agentchanti/embedding_store_sqlite.py
agentchanti/executor.py
agentchanti/git_utils.py
agentchanti/knowledge.py
agentchanti/language.py
agentchanti/language_backend.py
agentchanti/project_scanner.py
agentchanti/report.py
agentchanti/search_provider.py
agentchanti/step_cache.py
agentchanti/test_syntax.py
agentchanti/tui_editor.py
agentchanti.egg-info/PKG-INFO
agentchanti.egg-info/SOURCES.txt
agentchanti.egg-info/dependency_links.txt
agentchanti.egg-info/entry_points.txt
agentchanti.egg-info/requires.txt
agentchanti.egg-info/top_level.txt
agentchanti/agents/__init__.py
agentchanti/agents/analyser.py
agentchanti/agents/base.py
agentchanti/agents/coder.py
agentchanti/agents/intent.py
agentchanti/agents/planner.py
agentchanti/agents/reviewer.py
agentchanti/agents/search.py
agentchanti/agents/tester.py
agentchanti/editing/__init__.py
agentchanti/editing/chunk_editor.py
agentchanti/editing/context_slicer.py
agentchanti/editing/diff_parser.py
agentchanti/editing/metrics.py
agentchanti/editing/patch_applier.py
agentchanti/editing/scope_resolver.py
agentchanti/kb/__init__.py
agentchanti/kb/cli.py
agentchanti/kb/context_builder.py
agentchanti/kb/health.py
agentchanti/kb/project_orientation.py
agentchanti/kb/runtime_watcher.py
agentchanti/kb/startup.py
agentchanti/kb/global_kb/__init__.py
agentchanti/kb/global_kb/error_dict.py
agentchanti/kb/global_kb/seeder.py
agentchanti/kb/global_kb/store.py
agentchanti/kb/global_kb/updater.py
agentchanti/kb/local/__init__.py
agentchanti/kb/local/embedder.py
agentchanti/kb/local/graph.py
agentchanti/kb/local/indexer.py
agentchanti/kb/local/manifest.py
agentchanti/kb/local/parser.py
agentchanti/kb/local/searcher.py
agentchanti/kb/local/sqlite_vector_store.py
agentchanti/kb/local/watcher.py
agentchanti/llm/__init__.py
agentchanti/llm/anthropic_client.py
agentchanti/llm/base.py
agentchanti/llm/cancellation.py
agentchanti/llm/chat_types.py
agentchanti/llm/gemini_client.py
agentchanti/llm/lm_studio.py
agentchanti/llm/ollama.py
agentchanti/llm/openai_client.py
agentchanti/orchestrator/__init__.py
agentchanti/orchestrator/agent_loop.py
agentchanti/orchestrator/api_grounding.py
agentchanti/orchestrator/classification.py
agentchanti/orchestrator/cli.py
agentchanti/orchestrator/crash_diagnostics.py
agentchanti/orchestrator/dependency_check.py
agentchanti/orchestrator/diagnosis.py
agentchanti/orchestrator/django_lint.py
agentchanti/orchestrator/error_router.py
agentchanti/orchestrator/memory.py
agentchanti/orchestrator/page_grounding.py
agentchanti/orchestrator/pipeline.py
agentchanti/orchestrator/plan_optimizer.py
agentchanti/orchestrator/plan_step.py
agentchanti/orchestrator/smoke_test.py
agentchanti/orchestrator/step_handlers.py
agentchanti/orchestrator/step_verify.py
agentchanti/orchestrator/test_analyzer.py
agentchanti/orchestrator/wave_snapshots.py
agentchanti/plugins/__init__.py
agentchanti/plugins/registry.py
tests/test_ab_harness.py
tests/test_agent_tools.py
tests/test_cached_tokens.py
tests/test_chat.py
tests/test_checkpoint.py
tests/test_classification.py
tests/test_cli_display_status.py
tests/test_content_fix.py
tests/test_coverage_gating.py
tests/test_dependency_check.py
tests/test_edit_integrity.py
tests/test_embedding_store_concurrency.py
tests/test_embeddings.py
tests/test_executor_venv.py
tests/test_flow.py
tests/test_import_validation.py
tests/test_intent_sanitize.py
tests/test_language_scope.py
tests/test_memory_path_normalization.py
tests/test_path_resolution.py
tests/test_phase1_hybrid.py
tests/test_placeholder_resolver.py
tests/test_plan_mode.py
tests/test_protected_writes.py
tests/test_review_context.py
tests/test_safety.py
tests/test_search_agent.py
tests/test_search_step.py
tests/test_slim_context.py
tests/test_subproject_fixes.py
tests/test_test_pipeline.py
tests/test_uniquify.py