.coveragerc
.sonarcloud.properties
AGENTS.md
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
llms.txt
mkdocs.yml
pyproject.toml
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/docs.yml
.github/workflows/llms-txt.yml
.github/workflows/publish-to-pypi.yml
docs/architecture.md
docs/faq.md
docs/getting-started.md
docs/hooks.py
docs/index.md
docs/requirements.txt
docs/skills.md
docs/how-to/custom-tools.md
docs/how-to/multi-provider.md
docs/how-to/testing.md
docs/javascripts/extra.js
docs/reference/index.md
docs/stylesheets/extra.css
examples/basic-agent/README.md
examples/basic-agent/config.yml
examples/basic-agent/requirements.txt
examples/basic-agent/app/__init__.py
examples/basic-agent/app/agents.py
examples/basic-agent/app/main.py
examples/basic-agent/app/tools.py
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/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/py.typed
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/scm_file_list.json
src/pico_agent.egg-info/scm_version.json
src/pico_agent.egg-info/top_level.txt
tests/conftest.py
tests/test_bootstrap.py
tests/test_config.py
tests/test_coverage_boost_v2.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_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