CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
mkdocs.yml
pyproject.toml
docs/CNAME
docs/agent-presets.md
docs/api-reference.md
docs/architecture.md
docs/assessment.md
docs/cli.md
docs/configuration.md
docs/crew-style.md
docs/custom-models.md
docs/custom-system-message.md
docs/examples.md
docs/extra.css
docs/extra.js
docs/fastapi-server.md
docs/file_00000000b9e861f88eb06edc1f30e443.png
docs/getting-started.md
docs/harness.md
docs/index.md
docs/migration-v2.md
docs/openapi.yaml
docs/prompt-library.md
docs/security.md
docs/tools.md
examples/agent_presets.py
examples/api_example.py
examples/config_file_example.py
examples/crew_example.py
examples/custom_model.py
examples/custom_model_with_tool.py
examples/custom_tool.py
examples/delegate_external_tool.py
examples/delegate_task_example.py
examples/offline_harness.py
examples/prompt_library.py
examples/runtime_example.py
examples/sample_config.toml
examples/welcome.txt
examples/workspace_harness.py
examples/write_file_demo.py
pygent/__init__.py
pygent/__main__.py
pygent/agent.py
pygent/agent_presets.py
pygent/cli.py
pygent/commands.py
pygent/config.py
pygent/errors.py
pygent/fastapi_app.py
pygent/harness.py
pygent/models.py
pygent/openai_compat.py
pygent/persona.py
pygent/prompt_library.py
pygent/py.typed
pygent/runtime.py
pygent/session.py
pygent/system_message.py
pygent/task_manager.py
pygent/task_tools.py
pygent/testing.py
pygent/tools.py
pygent/ui.py
pygent.egg-info/PKG-INFO
pygent.egg-info/SOURCES.txt
pygent.egg-info/dependency_links.txt
pygent.egg-info/entry_points.txt
pygent.egg-info/requires.txt
pygent.egg-info/top_level.txt
tests/conftest.py
tests/test_autorun.py
tests/test_config.py
tests/test_confirm_bash_command.py
tests/test_custom_cli.py
tests/test_custom_model.py
tests/test_custom_model_tool.py
tests/test_cwd_workspace.py
tests/test_dict_model.py
tests/test_docker_integration.py
tests/test_error_handling.py
tests/test_fastapi_app.py
tests/test_harness.py
tests/test_help_command.py
tests/test_history_persistence.py
tests/test_load_snapshot.py
tests/test_model_adapter.py
tests/test_pyconfig.py
tests/test_rich_version.py
tests/test_runtime.py
tests/test_save_command.py
tests/test_security_regressions.py
tests/test_session.py
tests/test_system_message_builder.py
tests/test_tasks.py
tests/test_tools.py
tests/test_version.py
tests/test_workspace_persistence.py