connectonion 0.4.11__py3-none-any.whl → 0.5.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. connectonion/__init__.py +11 -5
  2. connectonion/agent.py +44 -42
  3. connectonion/cli/commands/init.py +1 -1
  4. connectonion/cli/commands/project_cmd_lib.py +4 -4
  5. connectonion/cli/commands/reset_commands.py +1 -1
  6. connectonion/cli/docs/co-vibecoding-principles-docs-contexts-all-in-one.md +15 -11
  7. connectonion/cli/templates/minimal/agent.py +2 -2
  8. connectonion/console.py +55 -3
  9. connectonion/events.py +96 -17
  10. connectonion/llm.py +21 -3
  11. connectonion/logger.py +289 -0
  12. connectonion/prompt_files/eval_expected.md +12 -0
  13. connectonion/tool_executor.py +43 -32
  14. connectonion/usage.py +4 -0
  15. connectonion/useful_events_handlers/reflect.py +14 -10
  16. connectonion/useful_plugins/__init__.py +2 -1
  17. connectonion/useful_plugins/calendar_plugin.py +2 -2
  18. connectonion/useful_plugins/eval.py +130 -0
  19. connectonion/useful_plugins/gmail_plugin.py +4 -4
  20. connectonion/useful_plugins/image_result_formatter.py +4 -3
  21. connectonion/useful_plugins/re_act.py +15 -57
  22. connectonion/useful_plugins/shell_approval.py +2 -2
  23. connectonion/useful_tools/gmail.py +2 -2
  24. connectonion/useful_tools/memory.py +4 -0
  25. {connectonion-0.4.11.dist-info → connectonion-0.5.0.dist-info}/METADATA +48 -48
  26. {connectonion-0.4.11.dist-info → connectonion-0.5.0.dist-info}/RECORD +33 -77
  27. {connectonion-0.4.11.dist-info → connectonion-0.5.0.dist-info}/WHEEL +1 -2
  28. connectonion/cli/templates/email-agent/.env.example +0 -23
  29. connectonion/cli/templates/email-agent/README.md +0 -240
  30. connectonion/cli/templates/email-agent/agent.py +0 -374
  31. connectonion/cli/templates/email-agent/demo.py +0 -71
  32. connectonion/cli/templates/meta-agent/.env.example +0 -11
  33. connectonion/cli/templates/minimal/.env.example +0 -5
  34. connectonion/cli/templates/playwright/.env.example +0 -5
  35. connectonion-0.4.11.dist-info/top_level.txt +0 -2
  36. tests/__init__.py +0 -0
  37. tests/cli/__init__.py +0 -1
  38. tests/cli/argparse_runner.py +0 -85
  39. tests/cli/conftest.py +0 -5
  40. tests/cli/test_browser_cli.py +0 -61
  41. tests/cli/test_cli.py +0 -143
  42. tests/cli/test_cli_auth_google.py +0 -344
  43. tests/cli/test_cli_auth_microsoft.py +0 -256
  44. tests/cli/test_cli_create.py +0 -283
  45. tests/cli/test_cli_help.py +0 -200
  46. tests/cli/test_cli_init.py +0 -318
  47. tests/conftest.py +0 -283
  48. tests/debug_gemini_models.py +0 -23
  49. tests/fixtures/__init__.py +0 -1
  50. tests/fixtures/test_tools.py +0 -112
  51. tests/fixtures/trust_fixtures.py +0 -257
  52. tests/real_api/__init__.py +0 -0
  53. tests/real_api/conftest.py +0 -9
  54. tests/real_api/test_llm_do.py +0 -174
  55. tests/real_api/test_llm_do_comprehensive.py +0 -527
  56. tests/real_api/test_production_client.py +0 -94
  57. tests/real_api/test_real_anthropic.py +0 -100
  58. tests/real_api/test_real_api.py +0 -113
  59. tests/real_api/test_real_auth.py +0 -130
  60. tests/real_api/test_real_email.py +0 -95
  61. tests/real_api/test_real_gemini.py +0 -96
  62. tests/real_api/test_real_llm_do.py +0 -81
  63. tests/real_api/test_real_managed.py +0 -208
  64. tests/real_api/test_real_multi_llm.py +0 -454
  65. tests/real_api/test_real_openai.py +0 -100
  66. tests/real_api/test_responses_parse.py +0 -88
  67. tests/test_diff_writer.py +0 -126
  68. tests/test_events.py +0 -677
  69. tests/test_gemini_co.py +0 -70
  70. tests/test_image_result_formatter.py +0 -88
  71. tests/test_plugin_system.py +0 -110
  72. tests/utils/__init__.py +0 -1
  73. tests/utils/config_helpers.py +0 -188
  74. tests/utils/mock_helpers.py +0 -237
  75. /connectonion/{prompts → prompt_files}/__init__.py +0 -0
  76. /connectonion/{prompts → prompt_files}/analyze_contact.md +0 -0
  77. /connectonion/{prompts → prompt_files}/react_evaluate.md +0 -0
  78. /connectonion/{prompts → prompt_files}/react_plan.md +0 -0
  79. /connectonion/{prompts → prompt_files}/reflect.md +0 -0
  80. {connectonion-0.4.11.dist-info → connectonion-0.5.0.dist-info}/entry_points.txt +0 -0
File without changes
File without changes