ag2 0.4__tar.gz → 0.4b1__tar.gz

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.

Potentially problematic release.


This version of ag2 might be problematic. Click here for more details.

Files changed (130) hide show
  1. {ag2-0.4/ag2.egg-info → ag2-0.4b1}/PKG-INFO +1 -1
  2. {ag2-0.4 → ag2-0.4b1/ag2.egg-info}/PKG-INFO +1 -1
  3. {ag2-0.4 → ag2-0.4b1}/ag2.egg-info/requires.txt +0 -1
  4. {ag2-0.4 → ag2-0.4b1}/autogen/version.py +1 -1
  5. {ag2-0.4 → ag2-0.4b1}/setup.py +1 -1
  6. {ag2-0.4 → ag2-0.4b1}/LICENSE +0 -0
  7. {ag2-0.4 → ag2-0.4b1}/NOTICE.md +0 -0
  8. {ag2-0.4 → ag2-0.4b1}/README.md +0 -0
  9. {ag2-0.4 → ag2-0.4b1}/ag2.egg-info/SOURCES.txt +0 -0
  10. {ag2-0.4 → ag2-0.4b1}/ag2.egg-info/dependency_links.txt +0 -0
  11. {ag2-0.4 → ag2-0.4b1}/ag2.egg-info/top_level.txt +0 -0
  12. {ag2-0.4 → ag2-0.4b1}/autogen/__init__.py +0 -0
  13. {ag2-0.4 → ag2-0.4b1}/autogen/_pydantic.py +0 -0
  14. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/__init__.py +0 -0
  15. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/agent.py +0 -0
  16. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/assistant_agent.py +0 -0
  17. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/chat.py +0 -0
  18. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/__init__.py +0 -0
  19. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/agent_builder.py +0 -0
  20. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/agent_optimizer.py +0 -0
  21. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/capabilities/__init__.py +0 -0
  22. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/capabilities/agent_capability.py +0 -0
  23. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/capabilities/generate_images.py +0 -0
  24. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/capabilities/teachability.py +0 -0
  25. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/capabilities/text_compressors.py +0 -0
  26. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/capabilities/transform_messages.py +0 -0
  27. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/capabilities/transforms.py +0 -0
  28. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/capabilities/transforms_util.py +0 -0
  29. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/capabilities/vision_capability.py +0 -0
  30. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/captainagent.py +0 -0
  31. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/gpt_assistant_agent.py +0 -0
  32. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/graph_rag/__init__.py +0 -0
  33. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/graph_rag/document.py +0 -0
  34. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/graph_rag/falkor_graph_query_engine.py +0 -0
  35. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/graph_rag/graph_query_engine.py +0 -0
  36. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/graph_rag/graph_rag_capability.py +0 -0
  37. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/img_utils.py +0 -0
  38. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/llamaindex_conversable_agent.py +0 -0
  39. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/llava_agent.py +0 -0
  40. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/math_user_proxy_agent.py +0 -0
  41. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/multimodal_conversable_agent.py +0 -0
  42. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/qdrant_retrieve_user_proxy_agent.py +0 -0
  43. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/retrieve_assistant_agent.py +0 -0
  44. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/retrieve_user_proxy_agent.py +0 -0
  45. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/society_of_mind_agent.py +0 -0
  46. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/swarm_agent.py +0 -0
  47. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/text_analyzer_agent.py +0 -0
  48. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/tool_retriever.py +0 -0
  49. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/vectordb/__init__.py +0 -0
  50. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/vectordb/base.py +0 -0
  51. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/vectordb/chromadb.py +0 -0
  52. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/vectordb/mongodb.py +0 -0
  53. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/vectordb/pgvectordb.py +0 -0
  54. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/vectordb/qdrant.py +0 -0
  55. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/vectordb/utils.py +0 -0
  56. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/contrib/web_surfer.py +0 -0
  57. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/conversable_agent.py +0 -0
  58. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/groupchat.py +0 -0
  59. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/user_proxy_agent.py +0 -0
  60. {ag2-0.4 → ag2-0.4b1}/autogen/agentchat/utils.py +0 -0
  61. {ag2-0.4 → ag2-0.4b1}/autogen/browser_utils.py +0 -0
  62. {ag2-0.4 → ag2-0.4b1}/autogen/cache/__init__.py +0 -0
  63. {ag2-0.4 → ag2-0.4b1}/autogen/cache/abstract_cache_base.py +0 -0
  64. {ag2-0.4 → ag2-0.4b1}/autogen/cache/cache.py +0 -0
  65. {ag2-0.4 → ag2-0.4b1}/autogen/cache/cache_factory.py +0 -0
  66. {ag2-0.4 → ag2-0.4b1}/autogen/cache/cosmos_db_cache.py +0 -0
  67. {ag2-0.4 → ag2-0.4b1}/autogen/cache/disk_cache.py +0 -0
  68. {ag2-0.4 → ag2-0.4b1}/autogen/cache/in_memory_cache.py +0 -0
  69. {ag2-0.4 → ag2-0.4b1}/autogen/cache/redis_cache.py +0 -0
  70. {ag2-0.4 → ag2-0.4b1}/autogen/code_utils.py +0 -0
  71. {ag2-0.4 → ag2-0.4b1}/autogen/coding/__init__.py +0 -0
  72. {ag2-0.4 → ag2-0.4b1}/autogen/coding/base.py +0 -0
  73. {ag2-0.4 → ag2-0.4b1}/autogen/coding/docker_commandline_code_executor.py +0 -0
  74. {ag2-0.4 → ag2-0.4b1}/autogen/coding/factory.py +0 -0
  75. {ag2-0.4 → ag2-0.4b1}/autogen/coding/func_with_reqs.py +0 -0
  76. {ag2-0.4 → ag2-0.4b1}/autogen/coding/jupyter/__init__.py +0 -0
  77. {ag2-0.4 → ag2-0.4b1}/autogen/coding/jupyter/base.py +0 -0
  78. {ag2-0.4 → ag2-0.4b1}/autogen/coding/jupyter/docker_jupyter_server.py +0 -0
  79. {ag2-0.4 → ag2-0.4b1}/autogen/coding/jupyter/embedded_ipython_code_executor.py +0 -0
  80. {ag2-0.4 → ag2-0.4b1}/autogen/coding/jupyter/jupyter_client.py +0 -0
  81. {ag2-0.4 → ag2-0.4b1}/autogen/coding/jupyter/jupyter_code_executor.py +0 -0
  82. {ag2-0.4 → ag2-0.4b1}/autogen/coding/jupyter/local_jupyter_server.py +0 -0
  83. {ag2-0.4 → ag2-0.4b1}/autogen/coding/local_commandline_code_executor.py +0 -0
  84. {ag2-0.4 → ag2-0.4b1}/autogen/coding/markdown_code_extractor.py +0 -0
  85. {ag2-0.4 → ag2-0.4b1}/autogen/coding/utils.py +0 -0
  86. {ag2-0.4 → ag2-0.4b1}/autogen/exception_utils.py +0 -0
  87. {ag2-0.4 → ag2-0.4b1}/autogen/extensions/__init__.py +0 -0
  88. {ag2-0.4 → ag2-0.4b1}/autogen/formatting_utils.py +0 -0
  89. {ag2-0.4 → ag2-0.4b1}/autogen/function_utils.py +0 -0
  90. {ag2-0.4 → ag2-0.4b1}/autogen/graph_utils.py +0 -0
  91. {ag2-0.4 → ag2-0.4b1}/autogen/io/__init__.py +0 -0
  92. {ag2-0.4 → ag2-0.4b1}/autogen/io/base.py +0 -0
  93. {ag2-0.4 → ag2-0.4b1}/autogen/io/console.py +0 -0
  94. {ag2-0.4 → ag2-0.4b1}/autogen/io/websockets.py +0 -0
  95. {ag2-0.4 → ag2-0.4b1}/autogen/logger/__init__.py +0 -0
  96. {ag2-0.4 → ag2-0.4b1}/autogen/logger/base_logger.py +0 -0
  97. {ag2-0.4 → ag2-0.4b1}/autogen/logger/file_logger.py +0 -0
  98. {ag2-0.4 → ag2-0.4b1}/autogen/logger/logger_factory.py +0 -0
  99. {ag2-0.4 → ag2-0.4b1}/autogen/logger/logger_utils.py +0 -0
  100. {ag2-0.4 → ag2-0.4b1}/autogen/logger/sqlite_logger.py +0 -0
  101. {ag2-0.4 → ag2-0.4b1}/autogen/math_utils.py +0 -0
  102. {ag2-0.4 → ag2-0.4b1}/autogen/oai/__init__.py +0 -0
  103. {ag2-0.4 → ag2-0.4b1}/autogen/oai/anthropic.py +0 -0
  104. {ag2-0.4 → ag2-0.4b1}/autogen/oai/bedrock.py +0 -0
  105. {ag2-0.4 → ag2-0.4b1}/autogen/oai/cerebras.py +0 -0
  106. {ag2-0.4 → ag2-0.4b1}/autogen/oai/client.py +0 -0
  107. {ag2-0.4 → ag2-0.4b1}/autogen/oai/client_utils.py +0 -0
  108. {ag2-0.4 → ag2-0.4b1}/autogen/oai/cohere.py +0 -0
  109. {ag2-0.4 → ag2-0.4b1}/autogen/oai/completion.py +0 -0
  110. {ag2-0.4 → ag2-0.4b1}/autogen/oai/gemini.py +0 -0
  111. {ag2-0.4 → ag2-0.4b1}/autogen/oai/groq.py +0 -0
  112. {ag2-0.4 → ag2-0.4b1}/autogen/oai/mistral.py +0 -0
  113. {ag2-0.4 → ag2-0.4b1}/autogen/oai/ollama.py +0 -0
  114. {ag2-0.4 → ag2-0.4b1}/autogen/oai/openai_utils.py +0 -0
  115. {ag2-0.4 → ag2-0.4b1}/autogen/oai/together.py +0 -0
  116. {ag2-0.4 → ag2-0.4b1}/autogen/retrieve_utils.py +0 -0
  117. {ag2-0.4 → ag2-0.4b1}/autogen/runtime_logging.py +0 -0
  118. {ag2-0.4 → ag2-0.4b1}/autogen/token_count_utils.py +0 -0
  119. {ag2-0.4 → ag2-0.4b1}/autogen/types.py +0 -0
  120. {ag2-0.4 → ag2-0.4b1}/pyproject.toml +0 -0
  121. {ag2-0.4 → ag2-0.4b1}/setup.cfg +0 -0
  122. {ag2-0.4 → ag2-0.4b1}/test/test_browser_utils.py +0 -0
  123. {ag2-0.4 → ag2-0.4b1}/test/test_code_utils.py +0 -0
  124. {ag2-0.4 → ag2-0.4b1}/test/test_function_utils.py +0 -0
  125. {ag2-0.4 → ag2-0.4b1}/test/test_graph_utils.py +0 -0
  126. {ag2-0.4 → ag2-0.4b1}/test/test_logging.py +0 -0
  127. {ag2-0.4 → ag2-0.4b1}/test/test_notebook.py +0 -0
  128. {ag2-0.4 → ag2-0.4b1}/test/test_pydantic.py +0 -0
  129. {ag2-0.4 → ag2-0.4b1}/test/test_retrieve_utils.py +0 -0
  130. {ag2-0.4 → ag2-0.4b1}/test/test_token_count.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ag2
3
- Version: 0.4
3
+ Version: 0.4b1
4
4
  Summary: A programming framework for agentic AI
5
5
  Home-page: https://github.com/ag2ai/ag2
6
6
  Author: Chi Wang & Qingyun Wu
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ag2
3
- Version: 0.4
3
+ Version: 0.4b1
4
4
  Summary: A programming framework for agentic AI
5
5
  Home-page: https://github.com/ag2ai/ag2
6
6
  Author: Chi Wang & Qingyun Wu
@@ -32,7 +32,6 @@ flaml[blendsearch]
32
32
  [captainagent]
33
33
  chromadb
34
34
  huggingface-hub
35
- pandas
36
35
  pysqlite3
37
36
  sentence-transformers
38
37
 
@@ -4,4 +4,4 @@
4
4
  #
5
5
  # Portions derived from https://github.com/microsoft/autogen are under the MIT License.
6
6
  # SPDX-License-Identifier: MIT
7
- __version__ = "0.4"
7
+ __version__ = "0.4b1"
@@ -90,7 +90,7 @@ extra_require = {
90
90
  "retrievechat-qdrant": [*retrieve_chat, "qdrant_client", "fastembed>=0.3.1"],
91
91
  "graph_rag_falkor_db": graph_rag_falkor_db,
92
92
  "autobuild": autobuild,
93
- "captainagent": autobuild + ["pandas"],
93
+ "captainagent": autobuild,
94
94
  "teachable": ["chromadb"],
95
95
  "lmm": ["replicate", "pillow"],
96
96
  "graph": ["networkx", "matplotlib"],
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes