.env.example
.flake8
.pre-commit-config.yaml
.python-version
CHANGELOG.md
CONTRIBUTING.md
DISTRIBUTION.md
LICENSE
MANIFEST.in
Makefile
README.md
RELEASE.md
VERSIONING.md
__init__.py
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
setup.py
.github/workflows/build-executables.yml
.github/workflows/build.yml
.github/workflows/ci.yml
.github/workflows/publish.yml
agently/__init__.py
agently/_version.py
agently/version.py
agently/agents/agent.py
agently/agents/prompts.py
agently/agents/reasoning.py
agently/cli/__init__.py
agently/cli/__main__.py
agently/cli/commands.py
agently/cli/interactive.py
agently/config/__init__.py
agently/config/parser.py
agently/config/schema.json
agently/config/types.py
agently/conversation/context.py
agently/conversation/manager.py
agently/core/__init__.py
agently/errors/__init__.py
agently/errors/handler.py
agently/errors/types.py
agently/models/base.py
agently/models/ollama.py
agently/models/openai.py
agently/plugins/__init__.py
agently/plugins/base.py
agently/plugins/manager.py
agently/plugins/sources.py
agently/utils/README.md
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
docs/plugins.md
examples/README.md
examples/coder_agent/agently.lockfile.json
examples/coder_agent/agently.yaml
examples/coder_agent/plugins/coder/__init__.py
examples/git_mcp_example/README.md
examples/git_mcp_example/agently.lockfile.json
examples/git_mcp_example/agently.yaml
examples/git_mcp_example/example.py
examples/hello_local/README.md
examples/hello_local/agently.lockfile.json
examples/hello_local/agently.yaml
examples/hello_local/plugins/hello/__init__.py
examples/hello_remote/README.md
examples/hello_remote/agently.lockfile.json
examples/hello_remote/agently.yaml
examples/mcp_hello_goodbye/README.md
examples/mcp_hello_goodbye/agently.lockfile.json
examples/mcp_hello_goodbye/agently.yaml
examples/mcp_hello_goodbye/servers/hello_goodbye_server.py
examples/reasoning_agent/agently.yaml
examples/reasoning_agent/run_test.py
scripts/build_executable.py
tests/conftest.py
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