README.md
pyproject.toml
agents/__init__.py
agents/code_review/__init__.py
agents/code_review/agent.yaml
agents/code_review/skills/primary-agent.md
agents/code_review/skills/reviewer.md
agents/doc_gen/__init__.py
agents/doc_gen/agent.yaml
agents/doc_gen/document.py
agents/doc_gen/tools.py
agents/doc_gen/skills/api-extractor.md
agents/doc_gen/skills/critic.md
agents/doc_gen/skills/evaluator.md
agents/doc_gen/skills/primary-agent.md
agents/doc_gen/skills/style-concise.md
agents/doc_gen/skills/style-detailed.md
agents/doc_gen/skills/style-enterprise.md
agents/doc_gen/skills/validator.md
agents/doc_gen/templates/github-actions.yml
agents/readme_updater/__init__.py
agents/readme_updater/agent.yaml
agents/readme_updater/tools.py
agents/readme_updater/skills/primary-agent.md
agents/readme_updater/templates/github-actions.yml
agents/sast/__init__.py
agents/sast/agent.yaml
agents/sast/dependency_scanner.py
agents/sast/tools.py
agents/sast/skills/primary-agent.md
agents/sast/skills/sast-analyzer.md
agents/sast/skills/validator.md
agents/sast/templates/github-actions.yml
agents/unit_test/__init__.py
agents/unit_test/agent.yaml
agents/unit_test/skills/primary-agent.md
bin/__init__.py
bin/cli.py
core/agent_manifest.py
core/ci_detect.py
core/config.py
core/diff_utils.py
core/errors.py
core/eval.py
core/git.py
core/logger.py
core/memory.py
core/memory_sanitize.py
core/output.py
core/parallel.py
core/preflight.py
core/pricing.py
core/progress.py
core/retry.py
core/skill_batch.py
core/skill_loader.py
core/skill_runner.py
core/sync.py
core/validator_engine.py
core/workflow.py
core/extractor/__init__.py
core/extractor/types.py
core/llm/__init__.py
core/llm/anthropic_provider.py
core/llm/base.py
core/llm/continuation.py
core/llm/factory.py
core/llm/model_limits.py
core/llm/openai_provider.py
core/orchestrator/__init__.py
core/orchestrator/adapter.py
core/orchestrator/context.py
core/orchestrator/loop.py
core/orchestrator/mapreduce.py
core/orchestrator/safety.py
core/orchestrator/scope.py
core/orchestrator/spawn.py
core/orchestrator/subagents.py
core/orchestrator/tokens.py
core/orchestrator/toolbox.py
core/orchestrator/trace.py
core/skills/compactor.md
core/skills/eval-judge.md
core/skills/pattern-extractor.md
core/storage/__init__.py
core/storage/git_store.py
core/storage/local_store.py
core/storage/memory_store.py
core/storage/outbox_store.py
core/tools/compose_draft.py
core/tools/core_tools.py
core/tools/default_handler.py
core/tools/executor.py
tests/test_adapter.py
tests/test_agent_manifest.py
tests/test_agents.py
tests/test_batching.py
tests/test_config_file.py
tests/test_context.py
tests/test_custom_prompt.py
tests/test_default_handler.py
tests/test_diff_utils.py
tests/test_doc_quality.py
tests/test_factory.py
tests/test_loop.py
tests/test_mapreduce.py
tests/test_memory.py
tests/test_progress.py
tests/test_sast_report.py
tests/test_scope.py
tests/test_skill_batch.py
tests/test_skill_loader.py
tests/test_skill_runner.py
tests/test_spawn.py
tests/test_subagents.py
tests/test_validator_engine.py
vidura.egg-info/PKG-INFO
vidura.egg-info/SOURCES.txt
vidura.egg-info/dependency_links.txt
vidura.egg-info/entry_points.txt
vidura.egg-info/requires.txt
vidura.egg-info/top_level.txt