Repository URL to install this package:
|
Version:
0.6.15 ▾
|
LICENSE
MANIFEST.in
README.md
main.py
project.yml
pyproject.toml
capabilities/__init__.py
capabilities/exploration.yml
capabilities/filesystem.yml
capabilities/filesystem_readonly.yml
capabilities/goal.yml
capabilities/human.yml
capabilities/markdown.yml
capabilities/notebook.yml
capabilities/notebook_readonly.yml
capabilities/sandbox.yml
capabilities/shell.yml
capabilities/skills.yml
capabilities/slash.yml
capabilities/tasks.yml
capabilities/wakeup.yml
capabilities/workers.yml
omni_agents/__init__.py
omni_agents/compactor/agent.yml
omni_agents/compactor/instructions.md
omni_agents/eval_subagent_test/agent.yml
omni_agents/eval_subagent_test/context.py
omni_agents/eval_subagent_test/instructions.md
omni_agents/explorer/agent.yml
omni_agents/explorer/context.py
omni_agents/explorer/instructions.md
omni_agents/init_agent/__init__.py
omni_agents/init_agent/agent.yml
omni_agents/init_agent/instructions.md
omni_agents/omni/__init__.py
omni_agents/omni/agent.yml
omni_agents/omni/context.py
omni_agents/omni/instructions.md
omni_agents/omni/runtime_hooks/error.py
omni_agents/omni/runtime_hooks/token.py
omni_agents/recapper/agent.yml
omni_agents/recapper/instructions.md
omni_agents/session_summarizer/agent.yml
omni_agents/session_summarizer/instructions.md
omni_agents/voice_agent/__init__.py
omni_agents/voice_agent/agent.yml
omni_agents/voice_agent/context.py
omni_agents/voice_agent/instructions.md
omni_agents/worker/agent.yml
omni_agents/worker/context.py
omni_agents/worker/instructions.md
omni_code/__init__.py
omni_code/_version.py
omni_code/agent_workspace_state.py
omni_code/cli.py
omni_code/codex_auth.py
omni_code/config.py
omni_code/default_models.py
omni_code/goal_prompts.py
omni_code/governance.py
omni_code/model_cli.py
omni_code/models.py
omni_code/platform.py
omni_code/platform_cli.py
omni_code/platform_models.py
omni_code/project.yml
omni_code/provider_cli.py
omni_code/recap_scheduler.py
omni_code/sandbox_cli.py
omni_code/sandbox_host_cli.py
omni_code/sandbox_profile.py
omni_code/sandbox_profile_default.yml
omni_code/serve_cli.py
omni_code/sessions_cli.py
omni_code/skill_sources.py
omni_code/tools_bootstrap.py
omni_code/update_cli.py
omni_code/updater.py
omni_code.egg-info/PKG-INFO
omni_code.egg-info/SOURCES.txt
omni_code.egg-info/dependency_links.txt
omni_code.egg-info/entry_points.txt
omni_code.egg-info/requires.txt
omni_code.egg-info/top_level.txt
omni_code/sandbox/DEPRECATED.md
omni_code/sandbox/Dockerfile
omni_code/sandbox/Dockerfile.work
omni_code/sandbox/apply-network-isolation.sh
omni_code/sandbox/entrypoint.sh
omni_code/sandbox/entrypoint.work.sh
omni_code/sandbox/start-vnc.sh
server_functions/__init__.py
server_functions/agentio_functions.py
server_functions/artifact.py
server_functions/bash_jobs.py
server_functions/compact.py
server_functions/filesystem.py
server_functions/goal.py
server_functions/help.py
server_functions/model.py
server_functions/recap.py
server_functions/sandbox.py
server_functions/terminal.py
server_functions/voice_model.py
server_functions/wakeup.py
server_functions/workers.py
tests/test_agentio_server_functions.py
tests/test_artifact_server_function.py
tests/test_bash_job_sweeper.py
tests/test_bash_jobs_server_functions.py
tests/test_bash_sweeper_end_to_end.py
tests/test_bash_tool.py
tests/test_compact_server_function.py
tests/test_context_error_auto_compact.py
tests/test_conversion_tools.py
tests/test_filesystem_server_functions.py
tests/test_host_target.py
tests/test_instruction_utils.py
tests/test_main_cli.py
tests/test_model_server_functions.py
tests/test_models_configured.py
tests/test_notebook_tools.py
tests/test_packaging.py
tests/test_provider_functions.py
tests/test_recap_scheduler.py
tests/test_sandbox_cli.py
tests/test_sandbox_cli_network_isolation.py
tests/test_sandbox_cli_persist_volume.py
tests/test_sandbox_cli_websocket_max_size.py
tests/test_sandbox_profile.py
tests/test_sandbox_switch.py
tests/test_sessions_cli.py
tests/test_skill_tool.py
tests/test_skills_context.py
tests/test_slash_command_tool.py
tests/test_snapshot_scrub.py
tests/test_start_services.py
tests/test_terminal_server_functions.py
tests/test_token_hook.py
tests/test_update_cli.py
tests/test_updater.py
tests/test_voice_agent.py
tests/test_voice_model_server_functions.py
tests/test_workspace_routing.py
tools/__init__.py
tools/_bash_jobs.py
tools/bash_tool.py
tools/conversion_tools.py
tools/goal_tools.py
tools/notebook_tools.py
tools/sandbox_tools.py
tools/skill_tool.py
tools/slash_command.py
tools/task_list_tools.py
tools/wakeup_tools.py
tools/worker_tools.py