LICENSE
README.md
pyproject.toml
plugins/__init__.py
plugins/replio-core-exec/manifest.json
plugins/replio-core-exec/src/plugin.py
plugins/replio-core-exec/tests/test_tools.py
plugins/replio-core-fs/manifest.json
plugins/replio-core-fs/src/plugin.py
plugins/replio-core-fs/tests/test_tools.py
plugins/replio-core-mcp/manifest.json
plugins/replio-core-mcp/src/client.py
plugins/replio-core-mcp/src/client_http.py
plugins/replio-core-mcp/src/client_stdio.py
plugins/replio-core-mcp/src/jsonrpc.py
plugins/replio-core-mcp/src/plugin.py
plugins/replio-core-mcp/src/resources.py
plugins/replio-core-mcp/src/server.py
plugins/replio-core-mcp/tests/test_mcp.py
plugins/replio-core-websearch/manifest.json
plugins/replio-core-websearch/src/display.py
plugins/replio-core-websearch/src/plugin.py
plugins/replio-core-websearch/src/search.py
plugins/replio-core-websearch/tests/test_tools.py
src/replio/__init__.py
src/replio/__main__.py
src/replio/bundled_personas.json
src/replio/bundled_teams.json
src/replio/chat.py
src/replio/cli.py
src/replio/config.py
src/replio/engine.py
src/replio/fleet.py
src/replio/jobs.py
src/replio/main.py
src/replio/models.py
src/replio/modes.py
src/replio/personas.py
src/replio/scheduler.py
src/replio/server.py
src/replio/skills.py
src/replio/teams.py
src/replio/ui.py
src/replio.egg-info/PKG-INFO
src/replio.egg-info/SOURCES.txt
src/replio.egg-info/dependency_links.txt
src/replio.egg-info/entry_points.txt
src/replio.egg-info/top_level.txt
src/replio/commands/__init__.py
src/replio/commands/builtins.py
src/replio/commands/registry.py
src/replio/plugins/__init__.py
src/replio/plugins/manager.py
src/replio/providers/__init__.py
src/replio/providers/anthropic.py
src/replio/providers/base.py
src/replio/providers/groq.py
src/replio/providers/ollama.py
src/replio/providers/openai.py
src/replio/sessions/__init__.py
src/replio/sessions/manager.py
src/replio/sessions/render.py
src/replio/tools/__init__.py
src/replio/tools/delegate.py
src/replio/tools/policy.py
src/replio/tools/registry.py
src/replio/utils/__init__.py
src/replio/utils/http.py
tests/test_agent_loop.py
tests/test_bundled_plugins.py
tests/test_cli.py
tests/test_commands.py
tests/test_completion.py
tests/test_config.py
tests/test_delegate.py
tests/test_engine.py
tests/test_fleet.py
tests/test_http.py
tests/test_jobs.py
tests/test_models.py
tests/test_modes.py
tests/test_ollama_provider.py
tests/test_personas.py
tests/test_plugin_suites.py
tests/test_plugins.py
tests/test_providers.py
tests/test_repl_input.py
tests/test_server.py
tests/test_session_log.py
tests/test_session_render.py
tests/test_skills.py
tests/test_subagent.py
tests/test_teams.py
tests/test_tool_calling.py
tests/test_tool_policy.py
tests/test_tool_registry.py
tests/test_ui.py