LICENSE
README.md
pyproject.toml
alpi/__init__.py
alpi/__main__.py
alpi/_log.py
alpi/changelog.py
alpi/cli.py
alpi/config.py
alpi/doctor.py
alpi/engine.py
alpi/home.py
alpi/ledger.py
alpi/llm.py
alpi/logs.py
alpi/memory.py
alpi/model_selector.py
alpi/service.py
alpi/session.py
alpi/session_map.py
alpi/status.py
alpi/ui.py
alpi/updater.py
alpi/alp/__init__.py
alpi/alp/agent_context.py
alpi/alp/client.py
alpi/alp/envelope.py
alpi/alp/handlers.py
alpi/alp/keys.py
alpi/alp/mention.py
alpi/alp/noise.py
alpi/alp/peers.py
alpi/alp/rate_limit.py
alpi/alp/server.py
alpi/alp/setup.py
alpi/alp/subscription.py
alpi/alp/tasks.py
alpi/alp/transport_tcp.py
alpi/alp/workgroup.py
alpi/alp/workgroup_client.py
alpi/alp/workgroup_setup.py
alpi/gateway/__init__.py
alpi/gateway/base.py
alpi/gateway/delivery.py
alpi/gateway/run.py
alpi/gateway/setup.py
alpi/gateway/shortcuts.py
alpi/gateway/platforms/__init__.py
alpi/gateway/platforms/_md2.py
alpi/gateway/platforms/gmail.py
alpi/gateway/platforms/imap.py
alpi/gateway/platforms/telegram.py
alpi/gateway/platforms/webhook.py
alpi/mail/__init__.py
alpi/mail/gmail.py
alpi/mail/gmail_auth.py
alpi/mail/gmail_setup.py
alpi/mail/imap.py
alpi/mail/setup.py
alpi/mcp/__init__.py
alpi/mcp/client.py
alpi/mcp/registry.py
alpi/mcp/setup.py
alpi/prompts/create_skill_guide.md
alpi/prompts/default_agent.md
alpi/prompts/skill_template.md
alpi/prompts/system_prompt.md
alpi/providers/__init__.py
alpi/providers/anthropic.py
alpi/providers/base.py
alpi/providers/curated.py
alpi/providers/curated_models.yaml
alpi/providers/google.py
alpi/providers/groq.py
alpi/providers/ollama.py
alpi/providers/openai.py
alpi/providers/openrouter.py
alpi/scheduler/__init__.py
alpi/scheduler/run.py
alpi/skills/__init__.py
alpi/skills/knowledge/SKILL.md
alpi/skills/knowledge/references/alp.md
alpi/skills/knowledge/references/architecture.md
alpi/skills/knowledge/references/config.md
alpi/skills/knowledge/references/deployments.md
alpi/skills/knowledge/references/install.md
alpi/skills/knowledge/references/models.md
alpi/skills/knowledge/references/operations.md
alpi/skills/knowledge/references/profiles.md
alpi/skills/knowledge/references/quickstart.md
alpi/skills/knowledge/references/readme.md
alpi/skills/knowledge/references/security.md
alpi/skills/knowledge/references/skills.md
alpi/tools/__init__.py
alpi/tools/_approval.py
alpi/tools/_budget.py
alpi/tools/_guards.py
alpi/tools/_osv.py
alpi/tools/_paths.py
alpi/tools/_sandbox.py
alpi/tools/_skill_validate.py
alpi/tools/_state.py
alpi/tools/base.py
alpi/tools/browser.py
alpi/tools/delegate.py
alpi/tools/edit_file.py
alpi/tools/email.py
alpi/tools/memory.py
alpi/tools/peer.py
alpi/tools/read_file.py
alpi/tools/read_image.py
alpi/tools/research.py
alpi/tools/schedule.py
alpi/tools/search.py
alpi/tools/send_message.py
alpi/tools/session_search.py
alpi/tools/skill.py
alpi/tools/stt.py
alpi/tools/terminal.py
alpi/tools/todo.py
alpi/tools/tts.py
alpi/tools/web_extract.py
alpi/tools/web_fetch.py
alpi/tools/web_search.py
alpi/tools/workgroup.py
alpi/tools/write_file.py
alpi/tui/__init__.py
alpi/tui/_links.py
alpi/tui/app.py
alpi/tui/formatting.py
alpi/tui/list_row.py
alpi/tui/model_panel.py
alpi/tui/screens.py
alpi/tui/theme.tcss
alpi/tui/themes.py
alpi/tui/widgets.py
alpi_agent.egg-info/PKG-INFO
alpi_agent.egg-info/SOURCES.txt
alpi_agent.egg-info/dependency_links.txt
alpi_agent.egg-info/entry_points.txt
alpi_agent.egg-info/requires.txt
alpi_agent.egg-info/top_level.txt
tests/test_alp_agent_context.py
tests/test_alp_budget.py
tests/test_alp_envelope.py
tests/test_alp_intra.py
tests/test_alp_keys.py
tests/test_alp_mention.py
tests/test_alp_noise.py
tests/test_alp_peers.py
tests/test_alp_tasks.py
tests/test_alp_tcp.py
tests/test_alp_workgroup.py
tests/test_alp_workgroup_client.py
tests/test_alp_workgroup_poller.py
tests/test_alpi_knowledge.py
tests/test_approval.py
tests/test_auto_resume.py
tests/test_browser.py
tests/test_budget.py
tests/test_bundled_skills.py
tests/test_changelog.py
tests/test_cli_surface.py
tests/test_config.py
tests/test_continue.py
tests/test_doctor.py
tests/test_email_tool_dispatch.py
tests/test_engine_reset.py
tests/test_engine_strip_cache.py
tests/test_gateway.py
tests/test_gateway_md2.py
tests/test_gateway_model_picker.py
tests/test_gateway_session_thread.py
tests/test_gateway_shortcuts.py
tests/test_gmail.py
tests/test_guards.py
tests/test_home.py
tests/test_imap.py
tests/test_imap_gateway.py
tests/test_ledger.py
tests/test_llm_chat.py
tests/test_llm_privacy.py
tests/test_logs_cmd.py
tests/test_mcp.py
tests/test_memory.py
tests/test_memory_tool.py
tests/test_memory_tool_v2.py
tests/test_osv.py
tests/test_parallel_tasks.py
tests/test_paths_denylist.py
tests/test_platform_hint.py
tests/test_profile_cli.py
tests/test_read_image_resize.py
tests/test_sandbox.py
tests/test_schedule.py
tests/test_schedule_threatscan.py
tests/test_send_message.py
tests/test_service.py
tests/test_session_map.py
tests/test_session_search.py
tests/test_skill_auto_validate.py
tests/test_skill_env_scoping.py
tests/test_skill_validate.py
tests/test_skills.py
tests/test_state_contextvar.py
tests/test_state_turn_usage.py
tests/test_status_panel.py
tests/test_stt.py
tests/test_subsystem_logs.py
tests/test_telegram_voice_inbound.py
tests/test_tools.py
tests/test_tts.py
tests/test_tui_links.py
tests/test_tui_list_row.py
tests/test_tui_streaming_perf.py
tests/test_ui.py
tests/test_ui_menu.py
tests/test_updater.py
tests/test_web_fetch.py
tests/test_web_search.py