LICENSE
README.md
pyproject.toml
src/witty_agent_server/__init__.py
src/witty_agent_server/app.py
src/witty_agent_server/main.py
src/witty_agent_server/adapters/openclaw_adapter.py
src/witty_agent_server/adapters/runtime_registry.py
src/witty_agent_server/api/routers/agent_router.py
src/witty_agent_server/api/routers/session_router.py
src/witty_agent_server/api/routers/session_ws_router.py
src/witty_agent_server/application/__init__.py
src/witty_agent_server/application/materialization/__init__.py
src/witty_agent_server/application/materialization/converter.py
src/witty_agent_server/application/materialization/json_to_env.py
src/witty_agent_server/application/materialization/openclaw_materializer.py
src/witty_agent_server/application/materialization/ports.py
src/witty_agent_server/application/materialization/spec_json_parser.py
src/witty_agent_server/application/materialization/core/__init__.py
src/witty_agent_server/application/materialization/core/io_utils.py
src/witty_agent_server/application/materialization/core/shell_utils.py
src/witty_agent_server/application/materialization/openclaw/__init__.py
src/witty_agent_server/application/materialization/openclaw/converter.py
src/witty_agent_server/application/materialization/openclaw/json_to_env.py
src/witty_agent_server/application/materialization/openclaw/spec_json_parser.py
src/witty_agent_server/application/materialization/openclaw/core/__init__.py
src/witty_agent_server/application/materialization/openclaw/core/io_utils.py
src/witty_agent_server/application/materialization/openclaw/core/shell_utils.py
src/witty_agent_server/application/models/__init__.py
src/witty_agent_server/application/models/agent.py
src/witty_agent_server/application/models/agent_api.py
src/witty_agent_server/application/models/errors.py
src/witty_agent_server/application/models/events.py
src/witty_agent_server/application/models/runtime_events.py
src/witty_agent_server/application/models/session.py
src/witty_agent_server/application/services/__init__.py
src/witty_agent_server/application/services/event_emitter.py
src/witty_agent_server/application/services/session_identity_store.py
src/witty_agent_server/application/services/session_state_sync_service.py
src/witty_agent_server/application/services/session_ws_orchestrator.py
src/witty_agent_server/application/services/task_pool.py
src/witty_agent_server/application/services/agent/__init__.py
src/witty_agent_server/application/services/agent/base.py
src/witty_agent_server/application/services/agent/errors.py
src/witty_agent_server/application/services/agent/openclaw_agent_service.py
src/witty_agent_server/application/services/agent/openclaw_lifecycle_service.py
src/witty_agent_server/application/services/agent/opencode_agent_service.py
src/witty_agent_server/application/services/agent/runtime_workspace_resolver.py
src/witty_agent_server/application/services/session/__init__.py
src/witty_agent_server/application/services/session/base.py
src/witty_agent_server/application/services/session/errors.py
src/witty_agent_server/application/services/session/openclaw_session_service.py
src/witty_agent_server/application/services/session/opencode_session_service.py
src/witty_agent_server/application/services/skill/__init__.py
src/witty_agent_server/application/services/skill/base.py
src/witty_agent_server/application/services/skill/errors.py
src/witty_agent_server/application/services/skill/openclaw_skill_service.py
src/witty_agent_server/application/services/skill/opencode_skill_service.py
src/witty_agent_server/infra/persistence/in_memory.py
src/witty_agent_server/infra/ws/client_base.py
src/witty_agent_server/infra/ws/openclaw_gateway_client.py
src/witty_agent_server/logger/logging_config.py
src/witty_agent_server/runtimes/openclaw_gateway_runtime.py
src/witty_agent_server/runtimes/opencode_runtime.py
src/witty_agent_server/runtimes/runtime_base.py
src/witty_service/__init__.py
src/witty_service/cli.py
src/witty_service/config.py
src/witty_service/main.py
src/witty_service/workspace_init.py
src/witty_service/adapter/__init__.py
src/witty_service/adapter/exceptions.py
src/witty_service/adapter/http_client.py
src/witty_service/adapter/schemas.py
src/witty_service/adapter/websocket_client.py
src/witty_service/adapter/websocket_client_pool.py
src/witty_service/adapter/websocket_protocol.py
src/witty_service/api/__init__.py
src/witty_service/api/agents.py
src/witty_service/api/auth.py
src/witty_service/api/backport.py
src/witty_service/api/backport_schemas.py
src/witty_service/api/cve.py
src/witty_service/api/cve_schemas.py
src/witty_service/api/errors.py
src/witty_service/api/models.py
src/witty_service/api/schemas.py
src/witty_service/api/services.py
src/witty_service/api/skills.py
src/witty_service/application/__init__.py
src/witty_service/application/agent_manager.py
src/witty_service/application/awesome_openclaw_sync.py
src/witty_service/application/backport_cvekit_client.py
src/witty_service/application/backport_git_client.py
src/witty_service/application/backport_service.py
src/witty_service/application/cve_service.py
src/witty_service/application/session_manager.py
src/witty_service/application/skill_manager.py
src/witty_service/data/agent-config.tar.gz
src/witty_service/domain/__init__.py
src/witty_service/domain/enums.py
src/witty_service/domain/errors.py
src/witty_service/domain/models.py
src/witty_service/persistence/db.py
src/witty_service/persistence/orm.py
src/witty_service/persistence/repositories.py
src/witty_service/sandbox/__init__.py
src/witty_service/sandbox/base.py
src/witty_service/sandbox/docker.py
src/witty_service/sandbox/e2b.py
src/witty_service/sandbox/factory.py
src/witty_service/sandbox/local_process.py
src/witty_service/storage/__init__.py
src/witty_service/storage/runtime_backup.py
src/witty_service/storage/workspace_store.py
witty_service.egg-info/PKG-INFO
witty_service.egg-info/SOURCES.txt
witty_service.egg-info/dependency_links.txt
witty_service.egg-info/entry_points.txt
witty_service.egg-info/requires.txt
witty_service.egg-info/top_level.txt