LICENSE
README.md
pyproject.toml
plugins/__init__.py
plugins/replio-core-anthropic/manifest.json
plugins/replio-core-anthropic/src/plugin.py
plugins/replio-core-anthropic/tests/test_anthropic_provider.py
plugins/replio-core-dev/manifest.json
plugins/replio-core-dev/src/plugin.py
plugins/replio-core-dev/tests/test_tools.py
plugins/replio-core-edit/manifest.json
plugins/replio-core-edit/src/plugin.py
plugins/replio-core-edit/tests/test_tools.py
plugins/replio-core-eval/manifest.json
plugins/replio-core-eval/src/plugin.py
plugins/replio-core-eval/tests/test_fixtures.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-git/manifest.json
plugins/replio-core-git/src/plugin.py
plugins/replio-core-git/tests/test_tools.py
plugins/replio-core-groq/manifest.json
plugins/replio-core-groq/src/plugin.py
plugins/replio-core-groq/tests/test_groq_provider.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-ollama/manifest.json
plugins/replio-core-ollama/src/plugin.py
plugins/replio-core-ollama/tests/test_ollama_provider.py
plugins/replio-core-openai/manifest.json
plugins/replio-core-openai/src/plugin.py
plugins/replio-core-openai/tests/test_openai_provider.py
plugins/replio-core-opencode/manifest.json
plugins/replio-core-opencode/src/opencode.py
plugins/replio-core-opencode/src/opencode_base.py
plugins/replio-core-opencode/src/opencode_go.py
plugins/replio-core-opencode/src/plugin.py
plugins/replio-core-opencode/tests/test_opencode_providers.py
plugins/replio-core-web/manifest.json
plugins/replio-core-web/src/display.py
plugins/replio-core-web/src/plugin.py
plugins/replio-core-web/src/search.py
plugins/replio-core-web/tests/test_tools.py
src/replio/__init__.py
src/replio/__main__.py
src/replio/bundled_teams.json
src/replio/bundled_types.json
src/replio/chat.py
src/replio/cli.py
src/replio/config.py
src/replio/engine.py
src/replio/eval.py
src/replio/fleet.py
src/replio/jobs.py
src/replio/main.py
src/replio/models.py
src/replio/modes.py
src/replio/scheduler.py
src/replio/server.py
src/replio/skills.py
src/replio/teams.py
src/replio/types.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/base.py
src/replio/providers/registry.py
src/replio/sessions/__init__.py
src/replio/sessions/manager.py
src/replio/sessions/render.py
src/replio/tools/__init__.py
src/replio/tools/ask.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_ask.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_eval.py
tests/test_fleet.py
tests/test_http.py
tests/test_jobs.py
tests/test_models.py
tests/test_modes.py
tests/test_plugin_suites.py
tests/test_plugins.py
tests/test_providers.py
tests/test_providers_registry.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_team_run.py
tests/test_teams.py
tests/test_tool_calling.py
tests/test_tool_policy.py
tests/test_tool_registry.py
tests/test_types.py
tests/test_ui.py