LICENSE
README.md
pyproject.toml
augmenta/__init__.py
augmenta/agent.py
augmenta/augmenta.py
augmenta/cli.py
augmenta.egg-info/PKG-INFO
augmenta.egg-info/SOURCES.txt
augmenta.egg-info/dependency_links.txt
augmenta.egg-info/entry_points.txt
augmenta.egg-info/requires.txt
augmenta.egg-info/top_level.txt
augmenta/cache/__init__.py
augmenta/cache/database.py
augmenta/cache/exceptions.py
augmenta/cache/manager.py
augmenta/cache/models.py
augmenta/cache/process.py
augmenta/config/__init__.py
augmenta/config/get_credentials.py
augmenta/config/read_config.py
augmenta/tools/__init__.py
augmenta/tools/file.py
augmenta/tools/mcp.py
augmenta/tools/search_web.py
augmenta/tools/visit_webpages.py
augmenta/tools/search_providers/__init__.py
augmenta/tools/search_providers/base.py
augmenta/tools/search_providers/brave.py
augmenta/tools/search_providers/brightdata.py
augmenta/tools/search_providers/duckduckgo.py
augmenta/tools/search_providers/google.py
augmenta/tools/search_providers/oxylabs.py
augmenta/utils/get_hash.py
augmenta/utils/limiter.py
augmenta/utils/prompt_formatter.py
augmenta/utils/validators.py
tests/test_augmenta.py