LICENSE
README.md
pyproject.toml
plugins/__init__.py
plugins/replio-core-exec/manifest.json
plugins/replio-core-exec/plugin.py
plugins/replio-core-fs/manifest.json
plugins/replio-core-fs/plugin.py
plugins/replio-core-mcp/client.py
plugins/replio-core-mcp/client_http.py
plugins/replio-core-mcp/client_stdio.py
plugins/replio-core-mcp/jsonrpc.py
plugins/replio-core-mcp/manifest.json
plugins/replio-core-mcp/plugin.py
plugins/replio-core-mcp/resources.py
plugins/replio-core-mcp/server.py
plugins/replio-core-websearch/display.py
plugins/replio-core-websearch/manifest.json
plugins/replio-core-websearch/plugin.py
plugins/replio-core-websearch/search.py
src/replio/__init__.py
src/replio/__main__.py
src/replio/chat.py
src/replio/cli.py
src/replio/config.py
src/replio/engine.py
src/replio/main.py
src/replio/modes.py
src/replio/server.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/tools/__init__.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_engine.py
tests/test_http.py
tests/test_machine_tools.py
tests/test_mcp.py
tests/test_modes.py
tests/test_ollama_provider.py
tests/test_plugins.py
tests/test_providers.py
tests/test_server.py
tests/test_session_log.py
tests/test_tool_calling.py
tests/test_tool_policy.py
tests/test_tool_registry.py
tests/test_ui.py