LICENSE
MANIFEST.in
README.md
cli.py
config.py
interactive.py
main.py
pyproject.toml
agent/__init__.py
agent/agent.py
agent/base.py
agent/context.py
agent/todo.py
agent/tool_executor.py
agent/verification.py
agent/prompts/__init__.py
agent/skills/__init__.py
agent/skills/installer.py
agent/skills/parser.py
agent/skills/registry.py
agent/skills/render.py
agent/skills/types.py
agent/skills/system/agent-browser/SKILL.md
agent/skills/system/agent-browser/references/authentication.md
agent/skills/system/agent-browser/references/commands.md
agent/skills/system/agent-browser/references/proxy-support.md
agent/skills/system/agent-browser/references/session-management.md
agent/skills/system/agent-browser/references/snapshot-refs.md
agent/skills/system/agent-browser/templates/authenticated-session.sh
agent/skills/system/agent-browser/templates/capture-workflow.sh
agent/skills/system/agent-browser/templates/form-automation.sh
agent/skills/system/skill-creator/SKILL.md
agent/skills/system/skill-creator/scripts/init_skill.py
agent/skills/system/skill-installer/SKILL.md
agent/skills/system/skill-installer/scripts/_common.py
agent/skills/system/skill-installer/scripts/install_skill.py
agent/skills/system/skill-installer/scripts/list_skills.py
bot/__init__.py
bot/message_queue.py
bot/proactive.py
bot/server.py
bot/session_router.py
bot/soul.py
bot/channel/__init__.py
bot/channel/base.py
bot/channel/lark.py
bot/channel/slack.py
docs/AGENTS.md
docs/CLAUDE.md
docs/agents-md-guide.md
docs/bot-guide.md
docs/cli-guide.md
docs/configuration.md
docs/examples.md
docs/extending.md
docs/memory-management.md
docs/packaging.md
examples/agent_example.py
examples/memory_persistence_demo.py
examples/web_fetch_example.py
llm/__init__.py
llm/base.py
llm/chatgpt_auth.py
llm/compat.py
llm/content_utils.py
llm/litellm_adapter.py
llm/message_types.py
llm/model_manager.py
llm/oauth_model_catalog.py
llm/oauth_model_sync.py
llm/reasoning.py
llm/retry.py
memory/__init__.py
memory/compressor.py
memory/manager.py
memory/serialization.py
memory/short_term.py
memory/token_tracker.py
memory/types.py
memory/long_term/__init__.py
memory/long_term/consolidator.py
memory/long_term/store.py
memory/store/__init__.py
memory/store/memory_store.py
memory/store/yaml_file_memory_store.py
ouro_ai.egg-info/PKG-INFO
ouro_ai.egg-info/SOURCES.txt
ouro_ai.egg-info/dependency_links.txt
ouro_ai.egg-info/entry_points.txt
ouro_ai.egg-info/requires.txt
ouro_ai.egg-info/top_level.txt
ouro_harbor/__init__.py
ouro_harbor/install-ouro.sh.j2
ouro_harbor/ouro_agent.py
test/test_basic.py
test/test_bot_message_queue.py
test/test_bot_proactive.py
test/test_bot_server.py
test/test_bot_session_router.py
test/test_bot_soul.py
test/test_chatgpt_auth.py
test/test_code_structure.py
test/test_cron_tool.py
test/test_interactive_auth_commands.py
test/test_lark_channel.py
test/test_litellm_adapter.py
test/test_main_auth_cli.py
test/test_memory.py
test/test_model_manager_chatgpt.py
test/test_model_setup_session.py
test/test_multi_task.py
test/test_oauth_model_catalog.py
test/test_oauth_model_sync.py
test/test_parallel_tools.py
test/test_ralph_loop.py
test/test_reasoning_effort.py
test/test_send_file_tool.py
test/test_shell.py
test/test_skills_registry.py
test/test_skills_render.py
test/test_slack_channel.py
test/test_slash_autocomplete_engine.py
test/test_slash_command_autocomplete.py
test/test_smart_edit.py
test/test_smart_edit_integration.py
test/test_tool_size_limits.py
test/test_update_oauth_model_catalog.py
test/test_web_fetch.py
tools/__init__.py
tools/advanced_file_ops.py
tools/base.py
tools/code_structure.py
tools/cron_tool.py
tools/file_ops.py
tools/multi_task.py
tools/send_file_tool.py
tools/session_manager.py
tools/shell.py
tools/smart_edit.py
tools/todo.py
tools/web_fetch.py
tools/web_search.py
utils/__init__.py
utils/logger.py
utils/model_pricing.py
utils/runtime.py
utils/skills.py
utils/terminal_ui.py
utils/tui/__init__.py
utils/tui/command_registry.py
utils/tui/components.py
utils/tui/input_handler.py
utils/tui/model_ui.py
utils/tui/oauth_ui.py
utils/tui/progress.py
utils/tui/reasoning_ui.py
utils/tui/skills_ui.py
utils/tui/slash_autocomplete.py
utils/tui/status_bar.py
utils/tui/theme.py