CONTRIBUTING.md
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
agently/__init__.py
agently/cli/__init__.py
agently/cli/__main__.py
agently/cli/commands.py
agently/cli/interactive.py
agently/core/__init__.py
agently/errors/__init__.py
agently/errors/handler.py
agently/errors/types.py
agently/plugins/__init__.py
agently/plugins/base.py
agently/plugins/manager.py
agently/plugins/sources.py
agently/utils/__init__.py
agently/utils/logging.py
agently_cli.egg-info/PKG-INFO
agently_cli.egg-info/SOURCES.txt
agently_cli.egg-info/dependency_links.txt
agently_cli.egg-info/entry_points.txt
agently_cli.egg-info/requires.txt
agently_cli.egg-info/top_level.txt
tests/test_agent.py
tests/test_cli_commands.py
tests/test_cli_integration.py
tests/test_config_parser.py
tests/test_conversation.py
tests/test_core.py
tests/test_errors.py
tests/test_github_plugin.py
tests/test_local_plugin.py
tests/test_openai.py
tests/test_plugin_variables.py
tests/test_unified_plugins.py