LICENSE
MANIFEST.in
README.md
main.py
pyproject.toml
agent_core/__init__.py
agent_core/agent.py
agent_core/engine.py
agent_core/event.py
agent_core/llm.py
agent_core/message.py
agent_core/profile.py
agent_core/sentinel.py
agent_core/tool_call_parser.py
agent_core/templates/__init__.py
agent_core/templates/default.md
agent_core/tools/__init__.py
agent_core/tools/core/__init__.py
agent_core/tools/core/base.py
agent_core/tools/core/contracts.py
agent_core/tools/core/executor.py
agent_core/tools/core/loader.py
agent_core/tools/core/registry.py
agent_core/tools/core/sdk.py
agent_core/tools/plugins/__init__.py
agent_core/tools/plugins/agent/impl.py
agent_core/tools/plugins/agent/plugin.py
agent_core/tools/plugins/bash/__init__.py
agent_core/tools/plugins/bash/impl.py
agent_core/tools/plugins/bash/plugin.py
agent_core/tools/plugins/browser/__init__.py
agent_core/tools/plugins/browser/impl.py
agent_core/tools/plugins/browser/plugin.py
agent_core/tools/plugins/edit/impl.py
agent_core/tools/plugins/edit/plugin.py
agent_core/tools/plugins/example/__init__.py
agent_core/tools/plugins/example/impl.py
agent_core/tools/plugins/example/plugin.py
agent_core/tools/plugins/glob/impl.py
agent_core/tools/plugins/glob/plugin.py
agent_core/tools/plugins/grep/impl.py
agent_core/tools/plugins/grep/plugin.py
agent_core/tools/plugins/http_api/impl.py
agent_core/tools/plugins/http_api/plugin.py
agent_core/tools/plugins/json_transform/impl.py
agent_core/tools/plugins/json_transform/plugin.py
agent_core/tools/plugins/read/impl.py
agent_core/tools/plugins/read/plugin.py
agent_core/tools/plugins/webfetch/impl.py
agent_core/tools/plugins/webfetch/plugin.py
agent_core/tools/plugins/write/impl.py
agent_core/tools/plugins/write/plugin.py
harzoo.egg-info/PKG-INFO
harzoo.egg-info/SOURCES.txt
harzoo.egg-info/dependency_links.txt
harzoo.egg-info/entry_points.txt
harzoo.egg-info/requires.txt
harzoo.egg-info/top_level.txt
media/__init__.py
tui/__init__.py
tui/app.py
tui/constants.py
tui/image_input.py
tui/inbox_pack.py
tui/modals.py
tui/widgets.py