LICENSE
README.md
pyproject.toml
lohra/__init__.py
lohra/cli.py
lohra/safeio.py
lohra.egg-info/PKG-INFO
lohra.egg-info/SOURCES.txt
lohra.egg-info/dependency_links.txt
lohra.egg-info/entry_points.txt
lohra.egg-info/requires.txt
lohra.egg-info/top_level.txt
lohra/agent/__init__.py
lohra/agent/agent.py
lohra/agent/aux.py
lohra/agent/client.py
lohra/agent/client_pool.py
lohra/agent/context.py
lohra/agent/delegate.py
lohra/agent/equip.py
lohra/agent/limits.py
lohra/agent/loop.py
lohra/agent/overrides.py
lohra/agent/result_json.py
lohra/agent/system_prompt.py
lohra/agent/taint.py
lohra/agent/types.py
lohra/config/__init__.py
lohra/config/env_file.py
lohra/cron/__init__.py
lohra/cron/runner.py
lohra/cron/schedule.py
lohra/cron/scheduler.py
lohra/cron/store.py
lohra/cron/tool.py
lohra/gateway/__init__.py
lohra/gateway/app.py
lohra/gateway/events.py
lohra/gateway/manager.py
lohra/gateway/rpc.py
lohra/gateway/session.py
lohra/imagegen/__init__.py
lohra/imagegen/storage.py
lohra/imagegen/tool.py
lohra/mcp/__init__.py
lohra/mcp/config.py
lohra/mcp/manager.py
lohra/mcp/session.py
lohra/mcp/tools.py
lohra/memory/__init__.py
lohra/memory/paths.py
lohra/memory/soul.py
lohra/memory/store.py
lohra/memory/tool.py
lohra/onboarding/__init__.py
lohra/onboarding/auth_login.py
lohra/onboarding/choice.py
lohra/onboarding/detect.py
lohra/onboarding/doctor.py
lohra/onboarding/env_write.py
lohra/onboarding/messages.py
lohra/onboarding/wizard.py
lohra/orchestration/__init__.py
lohra/orchestration/core.py
lohra/orchestration/tools.py
lohra/project/__init__.py
lohra/project/discover.py
lohra/providers/__init__.py
lohra/providers/base.py
lohra/providers/builtin.py
lohra/providers/errors.py
lohra/providers/resolve.py
lohra/providers/transports/__init__.py
lohra/providers/transports/anthropic_messages.py
lohra/providers/transports/base.py
lohra/providers/transports/chat_completions.py
lohra/providers/transports/responses.py
lohra/selfupdate/__init__.py
lohra/selfupdate/repo.py
lohra/selfupdate/service.py
lohra/server/__init__.py
lohra/server/agentic.py
lohra/server/app.py
lohra/server/format.py
lohra/server/responses.py
lohra/server/service.py
lohra/skills/__init__.py
lohra/skills/exportkit.py
lohra/skills/store.py
lohra/skills/tool.py
lohra/skills/builtin/workflow-authoring/SKILL.md
lohra/skills/export/use-lohra/SKILL.md
lohra/state/__init__.py
lohra/state/compression_lock.py
lohra/state/db.py
lohra/state/search.py
lohra/subscription/__init__.py
lohra/subscription/codex_creds.py
lohra/subscription/constants.py
lohra/subscription/credentials.py
lohra/subscription/manage.py
lohra/subscription/oauth.py
lohra/subscription/provider.py
lohra/subscription/refresh.py
lohra/subscription/store.py
lohra/subscription/token_store.py
lohra/tools/__init__.py
lohra/tools/approval.py
lohra/tools/fs.py
lohra/tools/intercept.py
lohra/tools/registry.py
lohra/tools/terminal.py
lohra/vision/__init__.py
lohra/vision/content.py
lohra/vision/tool.py
lohra/web/__init__.py
lohra/web/extract.py
lohra/web/fetch.py
lohra/web/safety.py
lohra/web/search.py
lohra/web/tool.py
lohra/workflow/__init__.py
lohra/workflow/autoresume.py
lohra/workflow/budget.py
lohra/workflow/cache.py
lohra/workflow/engine.py
lohra/workflow/events.py
lohra/workflow/gates.py
lohra/workflow/jsonio.py
lohra/workflow/launch.py
lohra/workflow/lease_heartbeat.py
lohra/workflow/library.py
lohra/workflow/liveview.py
lohra/workflow/liveview_tui.py
lohra/workflow/nodes.py
lohra/workflow/notify.py
lohra/workflow/progress.py
lohra/workflow/prompts.py
lohra/workflow/refs.py
lohra/workflow/rollup.py
lohra/workflow/runstate_store.py
lohra/workflow/sandbox.py
lohra/workflow/schema.py
lohra/workflow/service.py
lohra/workflow/spend.py
lohra/workflow/strategies.py
lohra/workflow/tiers.py
lohra/workflow/tools.py
lohra/workflow/validation.py
lohra/workflow/watch.py
tests/test_agent_memory.py
tests/test_approval.py
tests/test_aux_client.py
tests/test_cli.py
tests/test_client.py
tests/test_client_pool.py
tests/test_compression_lock.py
tests/test_context_compressor.py
tests/test_cron_runner.py
tests/test_cron_schedule.py
tests/test_cron_scheduler.py
tests/test_cron_store.py
tests/test_cron_tool.py
tests/test_delegate_task.py
tests/test_env_file.py
tests/test_gateway_app.py
tests/test_gateway_manager.py
tests/test_gateway_rpc.py
tests/test_gateway_session.py
tests/test_imagegen_storage.py
tests/test_imagegen_tool.py
tests/test_integration_tools.py
tests/test_loop.py
tests/test_loop_inbox.py
tests/test_mcp_config.py
tests/test_mcp_manager.py
tests/test_mcp_tools.py
tests/test_memory_store.py
tests/test_memory_tool.py
tests/test_multi_model.py
tests/test_onboarding_choice.py
tests/test_onboarding_detect.py
tests/test_onboarding_doctor.py
tests/test_onboarding_login.py
tests/test_onboarding_wizard.py
tests/test_orchestration_core.py
tests/test_orchestration_limits.py
tests/test_orchestration_tools.py
tests/test_paths_profiles.py
tests/test_project_discover.py
tests/test_project_integration.py
tests/test_project_skills.py
tests/test_providers.py
tests/test_responses_transport.py
tests/test_result_json.py
tests/test_self_improving_e2e.py
tests/test_selfupdate.py
tests/test_server_agentic.py
tests/test_server_app.py
tests/test_server_format.py
tests/test_server_responses.py
tests/test_server_service.py
tests/test_session_db.py
tests/test_session_search.py
tests/test_skill_export.py
tests/test_skills_store.py
tests/test_skills_tool.py
tests/test_smoke.py
tests/test_soul.py
tests/test_subscription.py
tests/test_subscription_oauth.py
tests/test_subscription_wiring.py
tests/test_system_prompt.py
tests/test_tools_fs.py
tests/test_tools_terminal.py
tests/test_transport_anthropic.py
tests/test_transport_chat_completions.py
tests/test_vision_content.py
tests/test_vision_tool.py
tests/test_web_extract.py
tests/test_web_fetch.py
tests/test_web_safety.py
tests/test_web_search.py
tests/test_web_tool.py
tests/test_workflow_authoring_skill.py
tests/test_workflow_authoring_surface.py
tests/test_workflow_cache.py
tests/test_workflow_dogfood_fixes.py
tests/test_workflow_durable_state.py
tests/test_workflow_engine.py
tests/test_workflow_failclosed.py
tests/test_workflow_forced_output.py
tests/test_workflow_library.py
tests/test_workflow_lifecycle.py
tests/test_workflow_liveview.py
tests/test_workflow_liveview_tui.py
tests/test_workflow_m7_features.py
tests/test_workflow_m7_fixes.py
tests/test_workflow_max_iterations.py
tests/test_workflow_nesting.py
tests/test_workflow_operability.py
tests/test_workflow_pipeline.py
tests/test_workflow_pipeline_hardening.py
tests/test_workflow_quota.py
tests/test_workflow_refs.py
tests/test_workflow_rigor.py
tests/test_workflow_sandbox.py
tests/test_workflow_schema.py
tests/test_workflow_taint.py
tests/test_workflow_token_budget.py
tests/test_workflow_tools.py
tests/test_workflow_validation.py