.coveragerc
AGENTS.md
CHANGELOG.md
CLAUDE.md
LICENSE
MANIFEST.in
README.md
manage.sh
mkdocs.yml
pyproject.toml
tox.ini
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/publish-to-pypi.yml
docs/architecture.md
docs/faq.md
docs/getting-started.md
docs/index.md
docs/requirements.txt
docs/skills.md
docs/javascripts/extra.js
docs/stylesheets/extra.css
src/pico_agent/__init__.py
src/pico_agent/_version.py
src/pico_agent/bootstrap.py
src/pico_agent/config.py
src/pico_agent/decorators.py
src/pico_agent/exceptions.py
src/pico_agent/experiments.py
src/pico_agent/interceptor.py
src/pico_agent/interfaces.py
src/pico_agent/lifecycle.py
src/pico_agent/locator.py
src/pico_agent/logging.py
src/pico_agent/messages.py
src/pico_agent/providers.py
src/pico_agent/proxy.py
src/pico_agent/registry.py
src/pico_agent/router.py
src/pico_agent/scanner.py
src/pico_agent/scheduler.py
src/pico_agent/tools.py
src/pico_agent/tracing.py
src/pico_agent/validation.py
src/pico_agent/virtual.py
src/pico_agent/virtual_tools.py
src/pico_agent.egg-info/PKG-INFO
src/pico_agent.egg-info/SOURCES.txt
src/pico_agent.egg-info/dependency_links.txt
src/pico_agent.egg-info/entry_points.txt
src/pico_agent.egg-info/requires.txt
src/pico_agent.egg-info/top_level.txt
tests/conftest.py
tests/test_bootstrap.py
tests/test_config.py
tests/test_error_handling.py
tests/test_exceptions.py
tests/test_experiments.py
tests/test_gemini_real.py
tests/test_integration.py
tests/test_interceptor.py
tests/test_lifecycle.py
tests/test_locator_coverage.py
tests/test_logging.py
tests/test_providers_coverage.py
tests/test_proxy.py
tests/test_registry.py
tests/test_router.py
tests/test_router_map_reduce.py
tests/test_scanner_unit.py
tests/test_scheduler.py
tests/test_tools_and_scanning.py
tests/test_tools_unit.py
tests/test_tracing.py
tests/test_validation.py
tests/test_virtual.py
tests/test_virtual_tools.py