.janitor.yaml.example
LICENSE
MANIFEST.in
README.md
pyproject.toml
assets/terminal-demo.svg
docs/demo.tape
docs/production-rollout.md
docs/release-checklist.md
examples/agent_logs.example.jsonl
examples/agent_runner_mock.py
examples/agent_success.example.json
examples/evals.example.json
examples/messy_aliases.janitor.yaml
examples/messy_production_evals.jsonl
examples/ollama_agent.py
examples/request.example.json
examples/simulated_agent_logs.jsonl
examples/simulated_production_evals.json
examples/simulated_production_tools.json
examples/tools.json
recipes/crewai.md
recipes/github-actions.md
recipes/langchain-langgraph.md
recipes/mcp-proxy.md
recipes/vercel-ai-sdk.md
scripts/benchmark.py
scripts/eval_agent.py
scripts/evaluate.py
scripts/generate_simulated_data.py
scripts/mcp_tool_proxy.py
scripts/prepare_evals.py
scripts/release_check.py
scripts/roi_reporter.py
src/context_janitor/__init__.py
src/context_janitor/cache.py
src/context_janitor/cli.py
src/context_janitor/config.py
src/context_janitor/mcp_proxy.py
src/context_janitor/metrics.py
src/context_janitor/models.py
src/context_janitor/providers.py
src/context_janitor/py.typed
src/context_janitor/ranker.py
src/context_janitor/selection.py
src/context_janitor.egg-info/PKG-INFO
src/context_janitor.egg-info/SOURCES.txt
src/context_janitor.egg-info/dependency_links.txt
src/context_janitor.egg-info/entry_points.txt
src/context_janitor.egg-info/requires.txt
src/context_janitor.egg-info/top_level.txt
tests/test_benchmark.py
tests/test_cache.py
tests/test_cli.py
tests/test_config.py
tests/test_eval_agent.py
tests/test_evaluate.py
tests/test_generate_simulated_data.py
tests/test_mcp_tool_proxy.py
tests/test_models.py
tests/test_ollama_agent.py
tests/test_prepare_evals.py
tests/test_providers.py
tests/test_ranker.py
tests/test_roi_reporter.py
tests/test_selection.py