LICENSE
README.md
agent.py
agent_profile.py
pyproject.toml
agents/__init__.py
agents/bash.md
agents/explore.md
agents/general.md
agents/plan.md
leonai.egg-info/PKG-INFO
leonai.egg-info/SOURCES.txt
leonai.egg-info/dependency_links.txt
leonai.egg-info/entry_points.txt
leonai.egg-info/requires.txt
leonai.egg-info/top_level.txt
middleware/__init__.py
middleware/prompt_caching.py
middleware/search.py
middleware/command/__init__.py
middleware/command/base.py
middleware/command/dispatcher.py
middleware/command/middleware.py
middleware/command/bash/__init__.py
middleware/command/bash/executor.py
middleware/command/hooks/__init__.py
middleware/command/hooks/base.py
middleware/command/hooks/command_logger.py
middleware/command/hooks/dangerous_commands.py
middleware/command/hooks/file_access_logger.py
middleware/command/hooks/file_permission.py
middleware/command/hooks/loader.py
middleware/command/hooks/path_security.py
middleware/command/powershell/__init__.py
middleware/command/powershell/executor.py
middleware/command/zsh/__init__.py
middleware/command/zsh/executor.py
middleware/filesystem/__init__.py
middleware/filesystem/backend.py
middleware/filesystem/local_backend.py
middleware/filesystem/middleware.py
middleware/filesystem/read/__init__.py
middleware/filesystem/read/dispatcher.py
middleware/filesystem/read/types.py
middleware/filesystem/read/readers/__init__.py
middleware/filesystem/read/readers/binary.py
middleware/filesystem/read/readers/notebook.py
middleware/filesystem/read/readers/pdf.py
middleware/filesystem/read/readers/pptx.py
middleware/filesystem/read/readers/text.py
middleware/memory/__init__.py
middleware/memory/compactor.py
middleware/memory/middleware.py
middleware/memory/pruner.py
middleware/memory/summary_store.py
middleware/monitor/__init__.py
middleware/monitor/base.py
middleware/monitor/context_monitor.py
middleware/monitor/cost.py
middleware/monitor/middleware.py
middleware/monitor/runtime.py
middleware/monitor/state_monitor.py
middleware/monitor/token_monitor.py
middleware/queue/__init__.py
middleware/queue/manager.py
middleware/queue/middleware.py
middleware/queue/types.py
middleware/skills/__init__.py
middleware/skills/middleware.py
middleware/task/__init__.py
middleware/task/loader.py
middleware/task/middleware.py
middleware/task/subagent.py
middleware/task/types.py
middleware/todo/__init__.py
middleware/todo/middleware.py
middleware/todo/types.py
middleware/web/__init__.py
middleware/web/middleware.py
middleware/web/types.py
middleware/web/fetchers/__init__.py
middleware/web/fetchers/base.py
middleware/web/fetchers/jina.py
middleware/web/fetchers/markdownify.py
middleware/web/searchers/__init__.py
middleware/web/searchers/base.py
middleware/web/searchers/exa.py
middleware/web/searchers/firecrawl.py
middleware/web/searchers/tavily.py
sandbox/__init__.py
sandbox/agentbay.py
sandbox/base.py
sandbox/capability.py
sandbox/chat_session.py
sandbox/config.py
sandbox/daytona.py
sandbox/db.py
sandbox/docker.py
sandbox/e2b.py
sandbox/lease.py
sandbox/local.py
sandbox/manager.py
sandbox/message_queue.py
sandbox/provider.py
sandbox/remote.py
sandbox/runtime.py
sandbox/sqlite_queue.py
sandbox/terminal.py
sandbox/thread_context.py
sandbox/interfaces/__init__.py
sandbox/interfaces/executor.py
sandbox/interfaces/filesystem.py
sandbox/providers/__init__.py
sandbox/providers/agentbay.py
sandbox/providers/daytona.py
sandbox/providers/docker.py
sandbox/providers/e2b.py
tests/test_chat_session.py
tests/test_command_middleware.py
tests/test_daytona_e2e.py
tests/test_daytona_provider.py
tests/test_e2b_provider.py
tests/test_e2e_backend_api.py
tests/test_e2e_complete_frontend_flow.py
tests/test_e2e_providers.py
tests/test_e2e_real_providers.py
tests/test_e2e_summary_persistence.py
tests/test_integration_new_arch.py
tests/test_lease.py
tests/test_local_chat_session.py
tests/test_manager_ground_truth.py
tests/test_message_queue.py
tests/test_queue_middleware.py
tests/test_queue_mode_integration.py
tests/test_real_multiround.py
tests/test_runtime.py
tests/test_sandbox_e2e.py
tests/test_terminal.py
tests/test_terminal_persistence.py
tests/test_tui_features.py
tui/__init__.py
tui/app.py
tui/config.py
tui/leon_cli.py
tui/operations.py
tui/runner.py
tui/session.py
tui/time_travel.py
tui/widgets/__init__.py
tui/widgets/chat_input.py
tui/widgets/checkpoint_browser.py
tui/widgets/history_browser.py
tui/widgets/loading.py
tui/widgets/messages.py
tui/widgets/sandbox_manager.py
tui/widgets/status.py
tui/widgets/thread_browser.py
tui/widgets/thread_selector.py