README.md
pyproject.toml
app/__init__.py
app/config.py
app/main.py
app/agent/__init__.py
app/agent/confidence_scorer.py
app/agent/context.py
app/agent/corner_case_registry.py
app/agent/engine.py
app/agent/events.py
app/agent/history.py
app/agent/version_manager.py
app/agent/workspace.py
app/agent/pipelines/__init__.py
app/agent/pipelines/base.py
app/agent/pipelines/distillation.py
app/agent/pipelines/extraction.py
app/agent/pipelines/initializer.py
app/agent/pipelines/production_qc.py
app/agent/pipelines/skill_authoring.py
app/agent/pipelines/skill_testing.py
app/agent/tools/__init__.py
app/agent/tools/agent_tool.py
app/agent/tools/base.py
app/agent/tools/dashboard_render.py
app/agent/tools/document_parse.py
app/agent/tools/document_search.py
app/agent/tools/evolution_cycle.py
app/agent/tools/qc_sample.py
app/agent/tools/registry.py
app/agent/tools/rule_catalog.py
app/agent/tools/sandbox_exec.py
app/agent/tools/tier_downgrade.py
app/agent/tools/worker_llm_call.py
app/agent/tools/workflow_run.py
app/agent/tools/workspace_file.py
app/models/__init__.py
app/models/messages.py
app/ws/__init__.py
app/ws/handler.py
kc_agent.egg-info/PKG-INFO
kc_agent.egg-info/SOURCES.txt
kc_agent.egg-info/dependency_links.txt
kc_agent.egg-info/entry_points.txt
kc_agent.egg-info/requires.txt
kc_agent.egg-info/top_level.txt
tests/test_agent_tool.py
tests/test_confidence_scorer.py
tests/test_corner_case_registry.py
tests/test_dashboard_render.py
tests/test_distillation_pipeline.py
tests/test_document_parse.py
tests/test_document_search.py
tests/test_engine.py
tests/test_evolution_cycle.py
tests/test_extraction_pipeline.py
tests/test_pipelines.py
tests/test_production_qc_pipeline.py
tests/test_qc_sample.py
tests/test_rule_catalog.py
tests/test_skill_authoring_pipeline.py
tests/test_skill_testing_pipeline.py
tests/test_tools.py
tests/test_version_manager.py
tests/test_worker_llm_call.py
tests/test_workspace.py