LICENSE
README.md
pyproject.toml
pygent/__init__.py
pygent/__main__.py
pygent/agent.py
pygent/cli.py
pygent/commands.py
pygent/config.py
pygent/errors.py
pygent/models.py
pygent/openai_compat.py
pygent/persona.py
pygent/py.typed
pygent/runtime.py
pygent/task_manager.py
pygent/task_tools.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/test_autorun.py
tests/test_config.py
tests/test_custom_cli.py
tests/test_custom_model.py
tests/test_custom_model_tool.py
tests/test_dict_model.py
tests/test_error_handling.py
tests/test_help_command.py
tests/test_history_persistence.py
tests/test_load_snapshot.py
tests/test_pyconfig.py
tests/test_runtime.py
tests/test_save_command.py
tests/test_tasks.py
tests/test_tools.py
tests/test_version.py
tests/test_workspace_persistence.py