.env.example
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
COPYING
README.md
pixi.lock
pixi.toml
pyproject.toml
deploy/agent-14b.yaml
eval/README.md
eval/__init__.py
eval/baselines.json
eval/conftest.py
eval/langfuse_utils.py
eval/loader.py
eval/metrics.py
eval/mock_llm.py
eval/mock_tools.py
eval/models.py
eval/runner.py
eval/test_layer1.py
eval/test_layer2.py
eval/scenarios/__init__.py
eval/scenarios/ci_failure_api_error.yaml
eval/scenarios/ci_failure_cvmfs_missing.yaml
eval/scenarios/ci_failure_memory_limit.yaml
eval/scenarios/mattermost_api_timeout.yaml
eval/scenarios/mattermost_ci_failed.yaml
eval/scenarios/mattermost_why_stuck.yaml
eval/scenarios/stuck_production_empty_response.yaml
eval/scenarios/stuck_production_maxreset.yaml
eval/scenarios/stuck_production_stalled.yaml
manifests/lhcb-orchestrator-small.yaml
scripts/run_multiagent_local.py
src/LbAgents/__init__.py
src/LbAgents/context.py
src/LbAgents/registry.py
src/LbAgents.egg-info/PKG-INFO
src/LbAgents.egg-info/SOURCES.txt
src/LbAgents.egg-info/dependency_links.txt
src/LbAgents.egg-info/not-zip-safe
src/LbAgents.egg-info/requires.txt
src/LbAgents.egg-info/top_level.txt
src/LbAgents/graphs/__init__.py
src/LbAgents/graphs/ap_debug_ci_failure.py
src/LbAgents/graphs/ap_debug_ci_failure_v2.py
src/LbAgents/graphs/ap_debug_stuck_productions.py
src/LbAgents/graphs/mattermost_debug_user_request.py
src/LbAgents/graphs/nightly_failure_summary.py
src/LbAgents/prompts/__init__.py
src/LbAgents/prompts/templates.py
src/LbAgents/schemas/__init__.py
src/LbAgents/schemas/state.py
src/LbAgents/skills/__init__.py
src/LbAgents/skills/debug-ci-failure/SKILL.md
src/LbAgents/skills/debug-stuck-production/SKILL.md
src/LbAgents/skills/mattermost-support/SKILL.md
src/LbAgents/skills/summarize-nightly-failures/SKILL.md
src/LbAgents/tools/__init__.py
src/LbAgents/tools/gitlab.py
src/LbAgents/tools/nightly.py
tests/__init__.py
tests/test_context.py
tests/test_graphs.py