CHANGELOG.md
LICENSE
MANIFEST.in
README.md
dependencies.txt
pyproject.toml
setup.py
/home/baptiste/dev/codex-agent/apps/desktop/.gitignore
/home/baptiste/dev/codex-agent/apps/desktop/README.md
/home/baptiste/dev/codex-agent/apps/desktop/eslint.config.js
/home/baptiste/dev/codex-agent/apps/desktop/index.html
/home/baptiste/dev/codex-agent/apps/desktop/package.json
/home/baptiste/dev/codex-agent/apps/desktop/pnpm-lock.yaml
/home/baptiste/dev/codex-agent/apps/desktop/tsconfig.app.json
/home/baptiste/dev/codex-agent/apps/desktop/tsconfig.json
/home/baptiste/dev/codex-agent/apps/desktop/tsconfig.node.json
/home/baptiste/dev/codex-agent/apps/desktop/vite.config.ts
/home/baptiste/dev/codex-agent/apps/desktop/public/favicon.svg
/home/baptiste/dev/codex-agent/apps/desktop/public/icons.svg
/home/baptiste/dev/codex-agent/apps/desktop/public/pandora-logo.png
/home/baptiste/dev/codex-agent/apps/desktop/src/App.test.ts
/home/baptiste/dev/codex-agent/apps/desktop/src/App.tsx
/home/baptiste/dev/codex-agent/apps/desktop/src/api.test.ts
/home/baptiste/dev/codex-agent/apps/desktop/src/api.ts
/home/baptiste/dev/codex-agent/apps/desktop/src/index.css
/home/baptiste/dev/codex-agent/apps/desktop/src/main.tsx
/home/baptiste/dev/codex-agent/apps/desktop/src/models.test.ts
/home/baptiste/dev/codex-agent/apps/desktop/src/models.ts
/home/baptiste/dev/codex-agent/apps/desktop/src/store.test.ts
/home/baptiste/dev/codex-agent/apps/desktop/src/store.ts
/home/baptiste/dev/codex-agent/apps/desktop/src/vite-env.d.ts
/home/baptiste/dev/codex-agent/apps/desktop/src-tauri/Cargo.lock
/home/baptiste/dev/codex-agent/apps/desktop/src-tauri/Cargo.toml
/home/baptiste/dev/codex-agent/apps/desktop/src-tauri/build.rs
/home/baptiste/dev/codex-agent/apps/desktop/src-tauri/tauri.conf.json
/home/baptiste/dev/codex-agent/apps/desktop/src-tauri/capabilities/default.json
/home/baptiste/dev/codex-agent/apps/desktop/src-tauri/gen/schemas/acl-manifests.json
/home/baptiste/dev/codex-agent/apps/desktop/src-tauri/gen/schemas/capabilities.json
/home/baptiste/dev/codex-agent/apps/desktop/src-tauri/gen/schemas/desktop-schema.json
/home/baptiste/dev/codex-agent/apps/desktop/src-tauri/gen/schemas/linux-schema.json
/home/baptiste/dev/codex-agent/apps/desktop/src-tauri/icons/icon-32.png
/home/baptiste/dev/codex-agent/apps/desktop/src-tauri/icons/icon.png
/home/baptiste/dev/codex-agent/apps/desktop/src-tauri/icons/icon.svg
/home/baptiste/dev/codex-agent/apps/desktop/src-tauri/src/main.rs
/home/baptiste/dev/codex-agent/apps/desktop/src/assets/hero.png
/home/baptiste/dev/codex-agent/apps/desktop/src/assets/pandora-logo.png
/home/baptiste/dev/codex-agent/apps/desktop/src/assets/vite.svg
/home/baptiste/dev/codex-agent/apps/desktop/src/components/Chat.tsx
/home/baptiste/dev/codex-agent/apps/desktop/src/components/ChatArea.tsx
/home/baptiste/dev/codex-agent/apps/desktop/src/components/Composer.tsx
/home/baptiste/dev/codex-agent/apps/desktop/src/components/Header.tsx
/home/baptiste/dev/codex-agent/apps/desktop/src/components/IconButton.tsx
/home/baptiste/dev/codex-agent/apps/desktop/src/components/InteractionModal.tsx
/home/baptiste/dev/codex-agent/apps/desktop/src/components/SettingsPanel.tsx
/home/baptiste/dev/codex-agent/apps/desktop/src/components/ShowRenderer.tsx
/home/baptiste/dev/codex-agent/apps/desktop/src/components/SidePanel.tsx
/home/baptiste/dev/codex-agent/apps/desktop/src/components/Splash.tsx
/home/baptiste/dev/codex-agent/apps/desktop/src/components/StatusBar.tsx
/home/baptiste/dev/codex-agent/apps/desktop/src/components/icons.tsx
apps/desktop/.gitignore
apps/desktop/README.md
apps/desktop/eslint.config.js
apps/desktop/index.html
apps/desktop/package.json
apps/desktop/pnpm-lock.yaml
apps/desktop/tsconfig.app.json
apps/desktop/tsconfig.json
apps/desktop/tsconfig.node.json
apps/desktop/vite.config.ts
apps/desktop/public/favicon.svg
apps/desktop/public/icons.svg
apps/desktop/public/pandora-logo.png
apps/desktop/src/App.test.ts
apps/desktop/src/App.tsx
apps/desktop/src/api.test.ts
apps/desktop/src/api.ts
apps/desktop/src/index.css
apps/desktop/src/main.tsx
apps/desktop/src/models.test.ts
apps/desktop/src/models.ts
apps/desktop/src/store.test.ts
apps/desktop/src/store.ts
apps/desktop/src/vite-env.d.ts
apps/desktop/src-tauri/Cargo.lock
apps/desktop/src-tauri/Cargo.toml
apps/desktop/src-tauri/build.rs
apps/desktop/src-tauri/tauri.conf.json
apps/desktop/src-tauri/capabilities/default.json
apps/desktop/src-tauri/gen/schemas/acl-manifests.json
apps/desktop/src-tauri/gen/schemas/capabilities.json
apps/desktop/src-tauri/gen/schemas/desktop-schema.json
apps/desktop/src-tauri/gen/schemas/linux-schema.json
apps/desktop/src-tauri/icons/icon-32.png
apps/desktop/src-tauri/icons/icon.png
apps/desktop/src-tauri/icons/icon.svg
apps/desktop/src-tauri/src/main.rs
apps/desktop/src/assets/hero.png
apps/desktop/src/assets/pandora-logo.png
apps/desktop/src/assets/vite.svg
apps/desktop/src/components/Chat.tsx
apps/desktop/src/components/ChatArea.tsx
apps/desktop/src/components/Composer.tsx
apps/desktop/src/components/Header.tsx
apps/desktop/src/components/IconButton.tsx
apps/desktop/src/components/InteractionModal.tsx
apps/desktop/src/components/SettingsPanel.tsx
apps/desktop/src/components/ShowRenderer.tsx
apps/desktop/src/components/SidePanel.tsx
apps/desktop/src/components/Splash.tsx
apps/desktop/src/components/StatusBar.tsx
apps/desktop/src/components/icons.tsx
codex_agent/__init__.py
codex_agent/__main__.py
codex_agent/agent.py
codex_agent/agent_runtime.py
codex_agent/ai.py
codex_agent/browser.py
codex_agent/builtin_commands.py
codex_agent/client.py
codex_agent/command.py
codex_agent/config.py
codex_agent/context.py
codex_agent/desktop.py
codex_agent/event.py
codex_agent/hooks.py
codex_agent/image.py
codex_agent/interactions.py
codex_agent/latex.py
codex_agent/mainloop.py
codex_agent/message.py
codex_agent/plugin.py
codex_agent/provider.py
codex_agent/runtime.py
codex_agent/scheduler.py
codex_agent/service.py
codex_agent/sessions.py
codex_agent/status.py
codex_agent/stream.py
codex_agent/stream_utils.py
codex_agent/token_counter.py
codex_agent/tool.py
codex_agent/tray.py
codex_agent/utils.py
codex_agent/version.py
codex_agent/worker.py
codex_agent/builtin_plugins/__init__.py
codex_agent/builtin_plugins/bash/__init__.py
codex_agent/builtin_plugins/bash/requirements.txt
codex_agent/builtin_plugins/browser/__init__.py
codex_agent/builtin_plugins/browser/requirements.txt
codex_agent/builtin_plugins/content/__init__.py
codex_agent/builtin_plugins/content/requirements.txt
codex_agent/builtin_plugins/content/system.py
codex_agent/builtin_plugins/content/vision.py
codex_agent/builtin_plugins/context/__init__.py
codex_agent/builtin_plugins/desktop/__init__.py
codex_agent/builtin_plugins/desktop/requirements.txt
codex_agent/builtin_plugins/environment/__init__.py
codex_agent/builtin_plugins/environment/requirements.txt
codex_agent/builtin_plugins/files/__init__.py
codex_agent/builtin_plugins/files/requirements.txt
codex_agent/builtin_plugins/files/tools.py
codex_agent/builtin_plugins/image_generation/__init__.py
codex_agent/builtin_plugins/image_generation/image_generation_system_prompt.txt
codex_agent/builtin_plugins/image_generation/requirements.txt
codex_agent/builtin_plugins/interface/__init__.py
codex_agent/builtin_plugins/interface/requirements.txt
codex_agent/builtin_plugins/memory/__init__.py
codex_agent/builtin_plugins/memory/requirements.txt
codex_agent/builtin_plugins/planner/__init__.py
codex_agent/builtin_plugins/planner/requirements.txt
codex_agent/builtin_plugins/python/__init__.py
codex_agent/builtin_plugins/python/requirements.txt
codex_agent/builtin_plugins/realtime/__init__.py
codex_agent/builtin_plugins/realtime/audio.py
codex_agent/builtin_plugins/realtime/bridge.py
codex_agent/builtin_plugins/realtime/manager.py
codex_agent/builtin_plugins/realtime/requirements.txt
codex_agent/builtin_plugins/realtime/session.py
codex_agent/builtin_plugins/scheduler/__init__.py
codex_agent/builtin_plugins/scheduler/requirements.txt
codex_agent/builtin_plugins/subagents/__init__.py
codex_agent/builtin_plugins/subagents/requirements.txt
codex_agent/builtin_plugins/subagents/profiles/explorer.json
codex_agent/builtin_plugins/tts/__init__.py
codex_agent/builtin_plugins/tts/requirements.txt
codex_agent/builtin_plugins/web_search/__init__.py
codex_agent/cli/__init__.py
codex_agent/cli/headless.py
codex_agent/cli/main.py
codex_agent/cli/output.py
codex_agent/cli/root.py
codex_agent/cli/runner.py
codex_agent/get_text/__init__.py
codex_agent/get_text/default_gitignore
codex_agent/get_text/get_text.py
codex_agent/get_text/simpler_get_text.py
codex_agent/prompts/compaction_prompt.txt
codex_agent/prompts/system_prompt.txt
codex_agent/scripts/install-system-dependencies.sh
codex_agent/server/__init__.py
codex_agent/server/app.py
codex_agent/server/core.py
codex_agent/tui/__init__.py
codex_agent/tui/app.py
codex_agent/tui/chat.py
codex_agent/tui/lifecycle.py
codex_agent/tui/log.py
codex_agent/tui/perf.py
codex_agent/tui/state.py
codex_agent/tui/status_bar.py
codex_agent/tui/stream_debug.py
codex_agent/tui/style.py
codex_agent/tui/transcript.py
codex_agent/tui/widgets.py
codex_agent_framework.egg-info/PKG-INFO
codex_agent_framework.egg-info/SOURCES.txt
codex_agent_framework.egg-info/dependency_links.txt
codex_agent_framework.egg-info/entry_points.txt
codex_agent_framework.egg-info/requires.txt
codex_agent_framework.egg-info/top_level.txt
tests/test_agent.py
tests/test_agent_audio_hooks.py
tests/test_agent_commands.py
tests/test_agent_context.py
tests/test_agent_desktop.py
tests/test_agent_environment.py
tests/test_agent_image_generation.py
tests/test_agent_observe.py
tests/test_agent_plugins.py
tests/test_agent_providers_config.py
tests/test_agent_realtime.py
tests/test_agent_response.py
tests/test_agent_runtime.py
tests/test_agent_sessions.py
tests/test_agent_subagents.py
tests/test_agent_tools.py
tests/test_agent_turns.py
tests/test_ai.py
tests/test_browser.py
tests/test_builtin_config.py
tests/test_chat.py
tests/test_cli.py
tests/test_cli_headless.py
tests/test_cli_root.py
tests/test_client.py
tests/test_events.py
tests/test_get_text_browser.py
tests/test_hooks.py
tests/test_image_message.py
tests/test_local_desktop.py
tests/test_memory.py
tests/test_messages.py
tests/test_planner.py
tests/test_scheduler.py
tests/test_server.py
tests/test_service.py
tests/test_token_counter.py
tests/test_tui.py
tests/test_utils.py
tests/test_worker.py