MANIFEST.in
README.md
setup.py
connectonion/__init__.py
connectonion/address.py
connectonion/agent.py
connectonion/auto_debug_exception.py
connectonion/console.py
connectonion/decorators.py
connectonion/history.py
connectonion/llm.py
connectonion/llm_do.py
connectonion/prompts.py
connectonion/tool_executor.py
connectonion/tool_factory.py
connectonion/trust.py
connectonion/trust_agents.py
connectonion/trust_functions.py
connectonion/xray.py
connectonion.egg-info/PKG-INFO
connectonion.egg-info/SOURCES.txt
connectonion.egg-info/dependency_links.txt
connectonion.egg-info/entry_points.txt
connectonion.egg-info/requires.txt
connectonion.egg-info/top_level.txt
connectonion/cli/__init__.py
connectonion/cli/docs.md
connectonion/cli/main.py
connectonion/cli/main_backup.py
connectonion/cli/main_with_broken_imports.py
connectonion/cli/browser_agent/__init__.py
connectonion/cli/browser_agent/browser.py
connectonion/cli/commands/__init__.py
connectonion/cli/commands/auth_commands.py
connectonion/cli/commands/browser_commands.py
connectonion/cli/commands/create.py
connectonion/cli/commands/init.py
connectonion/cli/commands/project_cmd_lib.py
connectonion/cli/templates/email-agent/.env.example
connectonion/cli/templates/email-agent/README.md
connectonion/cli/templates/email-agent/agent.py
connectonion/cli/templates/email-agent/demo.py
connectonion/cli/templates/meta-agent/.env.example
connectonion/cli/templates/meta-agent/README.md
connectonion/cli/templates/meta-agent/agent.py
connectonion/cli/templates/meta-agent/prompts/answer_prompt.md
connectonion/cli/templates/meta-agent/prompts/docs_retrieve_prompt.md
connectonion/cli/templates/meta-agent/prompts/metagent.md
connectonion/cli/templates/meta-agent/prompts/think_prompt.md
connectonion/cli/templates/minimal/agent.py
connectonion/cli/templates/playwright/.env.example
connectonion/cli/templates/playwright/agent.py
connectonion/cli/templates/playwright/prompt.md
connectonion/cli/templates/web-research/agent.py
connectonion/debug_agent/__init__.py
connectonion/debug_agent/agent.py
connectonion/debug_agent/runtime_inspector.py
connectonion/useful_tools/__init__.py
connectonion/useful_tools/get_emails.py
connectonion/useful_tools/send_email.py
tests/__init__.py
tests/conftest.py
tests/test_address.py
tests/test_agent.py
tests/test_agent_prompts.py
tests/test_agent_workflows.py
tests/test_auth_integration.py
tests/test_auto_debug_exception.py
tests/test_benchmarks.py
tests/test_browser_cli.py
tests/test_cli.py
tests/test_cli_browser.py
tests/test_cli_create.py
tests/test_cli_init.py
tests/test_config.py
tests/test_console.py
tests/test_decorators.py
tests/test_email_functions.py
tests/test_example_agent.py
tests/test_history.py
tests/test_llm.py
tests/test_llm_do.py
tests/test_openonion_llm.py
tests/test_prompts.py
tests/test_real_anthropic.py
tests/test_real_api.py
tests/test_real_auth.py
tests/test_real_email.py
tests/test_real_gemini.py
tests/test_real_managed.py
tests/test_real_multi_llm.py
tests/test_real_openai.py
tests/test_receive_email.py
tests/test_runtime_inspector.py
tests/test_tool_executor.py
tests/test_tool_factory.py
tests/test_trust.py
tests/test_xray_auto_trace.py
tests/test_xray_class.py
tests/test_xray_without_decorator.py
tests/fixtures/__init__.py
tests/fixtures/test_tools.py
tests/fixtures/trust_fixtures.py