ag2 0.9.9__py3-none-any.whl → 0.9.10__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.
Potentially problematic release.
This version of ag2 might be problematic. Click here for more details.
- {ag2-0.9.9.dist-info → ag2-0.9.10.dist-info}/METADATA +232 -210
- {ag2-0.9.9.dist-info → ag2-0.9.10.dist-info}/RECORD +88 -80
- autogen/_website/generate_mkdocs.py +3 -3
- autogen/_website/notebook_processor.py +1 -1
- autogen/_website/utils.py +1 -1
- autogen/agentchat/assistant_agent.py +15 -15
- autogen/agentchat/chat.py +52 -40
- autogen/agentchat/contrib/agent_eval/criterion.py +1 -1
- autogen/agentchat/contrib/capabilities/text_compressors.py +5 -5
- autogen/agentchat/contrib/capabilities/tools_capability.py +1 -1
- autogen/agentchat/contrib/capabilities/transforms.py +1 -1
- autogen/agentchat/contrib/captainagent/agent_builder.py +1 -1
- autogen/agentchat/contrib/captainagent/captainagent.py +20 -19
- autogen/agentchat/contrib/graph_rag/falkor_graph_query_engine.py +2 -5
- autogen/agentchat/contrib/graph_rag/graph_rag_capability.py +5 -5
- autogen/agentchat/contrib/graph_rag/neo4j_graph_query_engine.py +18 -17
- autogen/agentchat/contrib/rag/mongodb_query_engine.py +2 -2
- autogen/agentchat/contrib/rag/query_engine.py +11 -11
- autogen/agentchat/contrib/retrieve_assistant_agent.py +3 -0
- autogen/agentchat/contrib/swarm_agent.py +3 -2
- autogen/agentchat/contrib/vectordb/couchbase.py +1 -1
- autogen/agentchat/contrib/vectordb/mongodb.py +1 -1
- autogen/agentchat/contrib/web_surfer.py +1 -1
- autogen/agentchat/conversable_agent.py +184 -80
- autogen/agentchat/group/context_expression.py +21 -21
- autogen/agentchat/group/handoffs.py +11 -11
- autogen/agentchat/group/multi_agent_chat.py +3 -2
- autogen/agentchat/group/on_condition.py +11 -11
- autogen/agentchat/group/safeguards/__init__.py +21 -0
- autogen/agentchat/group/safeguards/api.py +224 -0
- autogen/agentchat/group/safeguards/enforcer.py +1064 -0
- autogen/agentchat/group/safeguards/events.py +119 -0
- autogen/agentchat/group/safeguards/validator.py +435 -0
- autogen/agentchat/groupchat.py +58 -17
- autogen/agentchat/realtime/experimental/clients/realtime_client.py +2 -2
- autogen/agentchat/realtime/experimental/function_observer.py +2 -3
- autogen/agentchat/realtime/experimental/realtime_agent.py +2 -3
- autogen/agentchat/realtime/experimental/realtime_swarm.py +21 -10
- autogen/agentchat/user_proxy_agent.py +55 -53
- autogen/agents/experimental/document_agent/document_agent.py +1 -10
- autogen/agents/experimental/document_agent/parser_utils.py +5 -1
- autogen/browser_utils.py +4 -4
- autogen/cache/abstract_cache_base.py +2 -6
- autogen/cache/disk_cache.py +1 -6
- autogen/cache/in_memory_cache.py +2 -6
- autogen/cache/redis_cache.py +1 -5
- autogen/coding/__init__.py +10 -2
- autogen/coding/base.py +2 -1
- autogen/coding/docker_commandline_code_executor.py +1 -6
- autogen/coding/factory.py +9 -0
- autogen/coding/jupyter/docker_jupyter_server.py +1 -7
- autogen/coding/jupyter/jupyter_client.py +2 -9
- autogen/coding/jupyter/jupyter_code_executor.py +2 -7
- autogen/coding/jupyter/local_jupyter_server.py +2 -6
- autogen/coding/local_commandline_code_executor.py +0 -65
- autogen/coding/yepcode_code_executor.py +197 -0
- autogen/environments/docker_python_environment.py +3 -3
- autogen/environments/system_python_environment.py +5 -5
- autogen/environments/venv_python_environment.py +5 -5
- autogen/events/agent_events.py +1 -1
- autogen/events/client_events.py +1 -1
- autogen/fast_depends/utils.py +10 -0
- autogen/graph_utils.py +5 -7
- autogen/import_utils.py +3 -1
- autogen/interop/pydantic_ai/pydantic_ai.py +8 -5
- autogen/io/processors/console_event_processor.py +8 -3
- autogen/llm_config/config.py +168 -91
- autogen/llm_config/entry.py +38 -26
- autogen/llm_config/types.py +35 -0
- autogen/llm_config/utils.py +223 -0
- autogen/mcp/mcp_proxy/operation_grouping.py +48 -39
- autogen/messages/agent_messages.py +1 -1
- autogen/messages/client_messages.py +1 -1
- autogen/oai/__init__.py +8 -1
- autogen/oai/client.py +10 -3
- autogen/oai/client_utils.py +1 -1
- autogen/oai/cohere.py +4 -4
- autogen/oai/gemini.py +4 -6
- autogen/oai/gemini_types.py +1 -0
- autogen/oai/openai_utils.py +44 -115
- autogen/tools/dependency_injection.py +4 -8
- autogen/tools/experimental/reliable/reliable.py +3 -2
- autogen/tools/experimental/web_search_preview/web_search_preview.py +1 -1
- autogen/tools/function_utils.py +2 -1
- autogen/version.py +1 -1
- {ag2-0.9.9.dist-info → ag2-0.9.10.dist-info}/WHEEL +0 -0
- {ag2-0.9.9.dist-info → ag2-0.9.10.dist-info}/licenses/LICENSE +0 -0
- {ag2-0.9.9.dist-info → ag2-0.9.10.dist-info}/licenses/NOTICE.md +0 -0
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
autogen/__init__.py,sha256=pjy2Pv0o9AX0MqImMEUh7OnXQaw7gEZIbqTpmBV4eLc,2104
|
|
2
|
-
autogen/browser_utils.py,sha256=
|
|
2
|
+
autogen/browser_utils.py,sha256=g4RdGc8xDX4SRC3YJik2Q6r_Mgv8VinK1G2xcC-MRS4,13189
|
|
3
3
|
autogen/code_utils.py,sha256=jPfacDCrvnDWoOtsqDMB1fj-arEkaCpW518_kpyrO5w,24040
|
|
4
4
|
autogen/doc_utils.py,sha256=EYKBbOCNQqbfD9pe13ywFfnO6vpRey3xNuczc6FGQvw,1060
|
|
5
5
|
autogen/exception_utils.py,sha256=YpuaczyoZ4wHFhyv1a_UA9CpUN2KKIU4johIRm_mOaQ,2486
|
|
6
6
|
autogen/formatting_utils.py,sha256=5jjz2kk65Cvu8bpglxzrfigdPeIJA4Wug7ccXqIyKo8,2097
|
|
7
7
|
autogen/function_utils.py,sha256=YnzwNFA49Jbbe4riAY1sinYcKphg5lrHFCXx0POdYbw,481
|
|
8
|
-
autogen/graph_utils.py,sha256=
|
|
9
|
-
autogen/import_utils.py,sha256=
|
|
8
|
+
autogen/graph_utils.py,sha256=cjpuMeD4Qr_M-T1oRW6j0mSU8t-k9CCQ1pW0PhGW9qc,7820
|
|
9
|
+
autogen/import_utils.py,sha256=owv_EvofPN0ZNwgylTBx3lYS0XcSlRmxt3EqA6b1Xt0,18139
|
|
10
10
|
autogen/json_utils.py,sha256=-TUBPrioWUp_rH0LZ7uLKR7tSk-13IWnVvMw2fp-SwQ,1373
|
|
11
11
|
autogen/math_utils.py,sha256=Bj6VG1H0W0CwRJnbqL8dH_NBuW_FKHYde6M1H0oVEGA,9500
|
|
12
12
|
autogen/retrieve_utils.py,sha256=omqOebRN95IJUrvukJR9e7wno4vB1m3sf_gHv4ormN0,20070
|
|
13
13
|
autogen/runtime_logging.py,sha256=PV4xLXLEscBWVcdGLecN1f8gZqpvqK0E2SH0Y5numUM,4701
|
|
14
14
|
autogen/token_count_utils.py,sha256=k50Vii75GhjkiYuw0gaWd7PjtiR-ZucNcN0xSJkBRKo,10859
|
|
15
15
|
autogen/types.py,sha256=-C23PYj5EdwPZxcL3r0wFLAsQTXyVReghsdKV5b9jO4,982
|
|
16
|
-
autogen/version.py,sha256=
|
|
16
|
+
autogen/version.py,sha256=2vfZBer6VxAqB4h1pmrGGjrOLwcvJdqlWSCJiJQeNAg,194
|
|
17
17
|
autogen/_website/__init__.py,sha256=c8B9TpO07x9neD0zsJWj6AaEdlcP-WvxrvVOGWLtamk,143
|
|
18
18
|
autogen/_website/generate_api_references.py,sha256=cMzgnapuahybxmGHbddukJA3oZxj1uIktDdOyP4rGzU,14772
|
|
19
|
-
autogen/_website/generate_mkdocs.py,sha256=
|
|
20
|
-
autogen/_website/notebook_processor.py,sha256=
|
|
19
|
+
autogen/_website/generate_mkdocs.py,sha256=z4mBUBF-EJH1JwLOL727ExclSFx_mVOleggSVpqyrEA,43170
|
|
20
|
+
autogen/_website/notebook_processor.py,sha256=VK4bUWz0RvkbpxPN91Nit2h2h7SOamNqyjuKjif7P4M,16500
|
|
21
21
|
autogen/_website/process_notebooks.py,sha256=3MW1oWdBh1id5OpFI_4SoJ2EEfmrNDD0xMkTC2Tcp8Y,25902
|
|
22
|
-
autogen/_website/utils.py,sha256=
|
|
22
|
+
autogen/_website/utils.py,sha256=5345c12pOXyEcLS1pciVJY4g7wDs_fGTAZ4HsDswGow,14704
|
|
23
23
|
autogen/agentchat/__init__.py,sha256=d5jPpXeavynP9eh5uMIgJKbK3-3tywJBa6l3L9X4l34,1347
|
|
24
24
|
autogen/agentchat/agent.py,sha256=HgKK4lGxu5sqITMpq3GC4EnrVN_1IqXcKKXY4fxYH6o,5769
|
|
25
|
-
autogen/agentchat/assistant_agent.py,sha256=
|
|
26
|
-
autogen/agentchat/chat.py,sha256=
|
|
27
|
-
autogen/agentchat/conversable_agent.py,sha256=
|
|
28
|
-
autogen/agentchat/groupchat.py,sha256=
|
|
29
|
-
autogen/agentchat/user_proxy_agent.py,sha256=
|
|
25
|
+
autogen/agentchat/assistant_agent.py,sha256=dP8gcG96BihPW34pvTlxMogRa0zONnQHwzxhQuQ2Jdg,5779
|
|
26
|
+
autogen/agentchat/chat.py,sha256=dMDOy5irqZOGHQ4DQCMtN5cQKxk5xk-69sjaWDy7Y6w,14361
|
|
27
|
+
autogen/agentchat/conversable_agent.py,sha256=n1pWoS85cyjoDIFo0cNpV-jynP7dzJDAtQEUPWW-YD8,197445
|
|
28
|
+
autogen/agentchat/groupchat.py,sha256=ec7kvYXm0MYeXM-59YSu-WB-7hUfIMhD3FMYd17sJo0,90882
|
|
29
|
+
autogen/agentchat/user_proxy_agent.py,sha256=cFxJiRryh-648X07tJrItibdbHwBuFEQ2Yox1hLgDt4,7585
|
|
30
30
|
autogen/agentchat/utils.py,sha256=eWLFoB2qQBUW44PQiWJ5SRxT1w1UXxwL28JsjOwGqg0,8206
|
|
31
31
|
autogen/agentchat/contrib/__init__.py,sha256=tOTe4nwbKj7elHpftAy3zS_embMDzncrKL98XKhY6-c,168
|
|
32
32
|
autogen/agentchat/contrib/agent_optimizer.py,sha256=TXNHD9-myPKXwurd_pjQ_rpRj0ohsRKoG676a6E5BoU,22402
|
|
@@ -37,15 +37,15 @@ autogen/agentchat/contrib/llava_agent.py,sha256=AX0Kn1OPkpNzvYLlMuTWnvwvzhoZ2l7Y
|
|
|
37
37
|
autogen/agentchat/contrib/math_user_proxy_agent.py,sha256=Icw5nLbZwmzXsoGmFSE8KhTCknWOtJSkAdh78M9Wj8E,19678
|
|
38
38
|
autogen/agentchat/contrib/multimodal_conversable_agent.py,sha256=zgFHgiaBitUJuJ3V6zGja42fyN4-otVceIK_Sx-1Ddg,5112
|
|
39
39
|
autogen/agentchat/contrib/qdrant_retrieve_user_proxy_agent.py,sha256=WhKltVJkK_X7Y_eHTgXq4m9IthktVa3zgOt0vPOqV2U,19398
|
|
40
|
-
autogen/agentchat/contrib/retrieve_assistant_agent.py,sha256=
|
|
40
|
+
autogen/agentchat/contrib/retrieve_assistant_agent.py,sha256=4pO8A7koA5smHmnSxt21RyQ7DM3IKnl9LktyQlBbEi8,2539
|
|
41
41
|
autogen/agentchat/contrib/retrieve_user_proxy_agent.py,sha256=JbihbazTRJVspI8SmXA1HaBKMh6t7RdcI6zNGQ2oWag,37348
|
|
42
42
|
autogen/agentchat/contrib/society_of_mind_agent.py,sha256=S8FYf6DoYf1vbUcSLE_r3En6CeNKp6HPngT7H5e_iMc,9092
|
|
43
|
-
autogen/agentchat/contrib/swarm_agent.py,sha256=
|
|
43
|
+
autogen/agentchat/contrib/swarm_agent.py,sha256=ZLJ8DmQBSYVIPIrn4dHBc9PXp98jerC0__RMvQxYZq0,66020
|
|
44
44
|
autogen/agentchat/contrib/text_analyzer_agent.py,sha256=B82Y5rU4EbDh1R_NiHVle5RVzmcLUkb68YOHc7AF7f4,3693
|
|
45
|
-
autogen/agentchat/contrib/web_surfer.py,sha256=
|
|
45
|
+
autogen/agentchat/contrib/web_surfer.py,sha256=_qfEahncl6rnqkalzYjL0pl9NE4i9xRY9SUePRJAX70,14508
|
|
46
46
|
autogen/agentchat/contrib/agent_eval/README.md,sha256=3uDjyARQVX3QJXDm05L33x8lp0zYbk2yJj4foBSq3qc,587
|
|
47
47
|
autogen/agentchat/contrib/agent_eval/agent_eval.py,sha256=Dg8DSCwwHqjZdZVIy6LABFP2nRpp_gDkiyhQgc2v4LU,3982
|
|
48
|
-
autogen/agentchat/contrib/agent_eval/criterion.py,sha256
|
|
48
|
+
autogen/agentchat/contrib/agent_eval/criterion.py,sha256=wPfD-Iyc8h-jvWozpyycRykxxCBdRqBqT33peiSxSD0,1335
|
|
49
49
|
autogen/agentchat/contrib/agent_eval/critic_agent.py,sha256=JEOp6rZmO6GjKhJtty1K7rZ8YWgAlhJ26bFvUvZcHqA,2074
|
|
50
50
|
autogen/agentchat/contrib/agent_eval/quantifier_agent.py,sha256=Z4YZCoLnqpwcUAsVgLk2JbmWwC2ujBmj8nYynRlH6Mw,2012
|
|
51
51
|
autogen/agentchat/contrib/agent_eval/subcritic_agent.py,sha256=OK4J6L5opdlr5NzswBogateXWJK4hS5AAApydm1LEq8,2631
|
|
@@ -54,15 +54,15 @@ autogen/agentchat/contrib/capabilities/__init__.py,sha256=tOTe4nwbKj7elHpftAy3zS
|
|
|
54
54
|
autogen/agentchat/contrib/capabilities/agent_capability.py,sha256=lRHkFzk--FJIyl9mTXc1GDXjCfewUbhHFPih0DrvKXw,786
|
|
55
55
|
autogen/agentchat/contrib/capabilities/generate_images.py,sha256=t8eqets2oj8qbg33WXUD2EP0JEnFZkXCRluvm5PBxB0,12835
|
|
56
56
|
autogen/agentchat/contrib/capabilities/teachability.py,sha256=TvissjsVLqp8AoG2ll32iOMcAeON9B2ureujxv-e-L8,19333
|
|
57
|
-
autogen/agentchat/contrib/capabilities/text_compressors.py,sha256=
|
|
58
|
-
autogen/agentchat/contrib/capabilities/tools_capability.py,sha256=
|
|
57
|
+
autogen/agentchat/contrib/capabilities/text_compressors.py,sha256=DEJ6mV6ZPw8O_SH26ZYGhJbfU4C0BoUwwLQMW8cdvpI,2990
|
|
58
|
+
autogen/agentchat/contrib/capabilities/tools_capability.py,sha256=zZ-VYhP0EvX4i9uTjp9fOGsS5vq0YHurBa8HsviTfXo,760
|
|
59
59
|
autogen/agentchat/contrib/capabilities/transform_messages.py,sha256=bFUxDkq0jWLcgccE3Zp4_JD12zIVRE7AMVFwSJqssSY,3783
|
|
60
|
-
autogen/agentchat/contrib/capabilities/transforms.py,sha256=
|
|
60
|
+
autogen/agentchat/contrib/capabilities/transforms.py,sha256=01emc4NloOkXvUvx027BGMDMAnx1WBg2cobt7Ae9Qic,26207
|
|
61
61
|
autogen/agentchat/contrib/capabilities/transforms_util.py,sha256=apxuCKiqDDqaSnBOov3dYXQONkia1CqIbNz_C2nFEf4,4534
|
|
62
62
|
autogen/agentchat/contrib/capabilities/vision_capability.py,sha256=4xtXY3V2Tc6A9EbpeHSUDvHY5WGJlRPLf5UltfjzhcE,9873
|
|
63
63
|
autogen/agentchat/contrib/captainagent/__init__.py,sha256=12X-ClPVPXBnN59wduSLhQ-PmUWXO45vvafHPQOUVV8,414
|
|
64
|
-
autogen/agentchat/contrib/captainagent/agent_builder.py,sha256=
|
|
65
|
-
autogen/agentchat/contrib/captainagent/captainagent.py,sha256=
|
|
64
|
+
autogen/agentchat/contrib/captainagent/agent_builder.py,sha256=klhWt76CANrspEhS1wm2K9Jal4xjGydHCj3ZRr4W6ak,34105
|
|
65
|
+
autogen/agentchat/contrib/captainagent/captainagent.py,sha256=KDDaSuucNBsY3vI4DDKJI2Zxjw1rw8CKO3RixCChIos,27339
|
|
66
66
|
autogen/agentchat/contrib/captainagent/tool_retriever.py,sha256=5BSqP6RklVgSPQ57N3nZBsqjuo_WXfGUVERkuMA4SEY,12754
|
|
67
67
|
autogen/agentchat/contrib/captainagent/tools/README.md,sha256=454O-irP4gjSdYnFgoE0i3BfueXO0qFONxe3GMxMpHg,1677
|
|
68
68
|
autogen/agentchat/contrib/captainagent/tools/__init__.py,sha256=tOTe4nwbKj7elHpftAy3zS_embMDzncrKL98XKhY6-c,168
|
|
@@ -103,40 +103,40 @@ autogen/agentchat/contrib/captainagent/tools/math/sum_of_digit_factorials.py,sha
|
|
|
103
103
|
autogen/agentchat/contrib/captainagent/tools/math/sum_of_primes_below.py,sha256=Xig7K3A3DRnbv-UXfyo5bybGZUQYAQsltthfTYW5eV8,509
|
|
104
104
|
autogen/agentchat/contrib/graph_rag/__init__.py,sha256=hSAlgZLlKyTwTEIc4YNfay4uI909cNQluXO5DMHDVZE,421
|
|
105
105
|
autogen/agentchat/contrib/graph_rag/document.py,sha256=kuTnpId0wdY3tHHu6ajeUWYyr2mIiSQXVUqdkhCexNg,739
|
|
106
|
-
autogen/agentchat/contrib/graph_rag/falkor_graph_query_engine.py,sha256=
|
|
106
|
+
autogen/agentchat/contrib/graph_rag/falkor_graph_query_engine.py,sha256=Kk5KQUGfh1sIpUtVH94xtinRLGMPuMoi9Slh0OiER80,7073
|
|
107
107
|
autogen/agentchat/contrib/graph_rag/falkor_graph_rag_capability.py,sha256=l-nY29i5ZdO87lCnfZ-3TSGKtjsX0_A1doQk35SVV7A,4533
|
|
108
108
|
autogen/agentchat/contrib/graph_rag/graph_query_engine.py,sha256=GLHUrxtsBJXtaSVMF31Wk1lBN8p6oVA7bpBTuBBnpTY,1860
|
|
109
|
-
autogen/agentchat/contrib/graph_rag/graph_rag_capability.py,sha256=
|
|
110
|
-
autogen/agentchat/contrib/graph_rag/neo4j_graph_query_engine.py,sha256=
|
|
109
|
+
autogen/agentchat/contrib/graph_rag/graph_rag_capability.py,sha256=FEtsP8GeOtxscEJWJQdRMOb1eoYHZ5ZwaNzqZGeUyeI,2367
|
|
110
|
+
autogen/agentchat/contrib/graph_rag/neo4j_graph_query_engine.py,sha256=Wy3dLUzUCECap-txeCMNf4gL-4Itjw9gckeh3NMHcCM,11103
|
|
111
111
|
autogen/agentchat/contrib/graph_rag/neo4j_graph_rag_capability.py,sha256=hlhkGGXmPMQpnQwO7ZuAWkExz0jvHubu75SE4_FVuoo,3514
|
|
112
112
|
autogen/agentchat/contrib/graph_rag/neo4j_native_graph_query_engine.py,sha256=_X2mNzmJpFBTjyqy895KUENCaNGIJOs_9SyHAF24uAs,8657
|
|
113
113
|
autogen/agentchat/contrib/graph_rag/neo4j_native_graph_rag_capability.py,sha256=ArZY-xb24R9qxUcbSf1dSCRG38gNicvfJMp85qL0oqk,4174
|
|
114
114
|
autogen/agentchat/contrib/rag/__init__.py,sha256=OfAsxrgpjj3eFaVXyo6oWyC05r9M0UCCkWjsERQbfRo,452
|
|
115
115
|
autogen/agentchat/contrib/rag/chromadb_query_engine.py,sha256=PGRQ2dKP6qWWmQbIVOWUoiiQTQhvCNWn35XLSdm-_SU,12486
|
|
116
116
|
autogen/agentchat/contrib/rag/llamaindex_query_engine.py,sha256=kybAfct_wPi2DZBm6iAAEbZKAKVojUFkDObhwQvXIPE,8578
|
|
117
|
-
autogen/agentchat/contrib/rag/mongodb_query_engine.py,sha256=
|
|
118
|
-
autogen/agentchat/contrib/rag/query_engine.py,sha256=
|
|
117
|
+
autogen/agentchat/contrib/rag/mongodb_query_engine.py,sha256=bdrkmMQvXx21qUitt1vBoNCStM8zeebVD0vMIPH0_Rw,14929
|
|
118
|
+
autogen/agentchat/contrib/rag/query_engine.py,sha256=IlU2FJoxbcbHMx3yu3Go9vkKWrTQa1SBGBOg3oUDPNY,2527
|
|
119
119
|
autogen/agentchat/contrib/vectordb/__init__.py,sha256=tOTe4nwbKj7elHpftAy3zS_embMDzncrKL98XKhY6-c,168
|
|
120
120
|
autogen/agentchat/contrib/vectordb/base.py,sha256=khSYyuboUpU8njgL30wvBCQIBrYeWb0aFlbcZzQf0ds,9230
|
|
121
121
|
autogen/agentchat/contrib/vectordb/chromadb.py,sha256=dQ-ZhGehFph3ZD4p35XndLtqeaOgUXpfEItjbIm6bgU,13607
|
|
122
|
-
autogen/agentchat/contrib/vectordb/couchbase.py,sha256=
|
|
123
|
-
autogen/agentchat/contrib/vectordb/mongodb.py,sha256=
|
|
122
|
+
autogen/agentchat/contrib/vectordb/couchbase.py,sha256=spTmImYEzcwiqRoyFBKiCx8sDl1eJUfPcuskt1J8lAI,16949
|
|
123
|
+
autogen/agentchat/contrib/vectordb/mongodb.py,sha256=CpedgBwxuDOpuNPnRqLTMr9_r2HyJH1r9njNTTujwRQ,23505
|
|
124
124
|
autogen/agentchat/contrib/vectordb/pgvectordb.py,sha256=LOsQ5-IPVvbUnbpabz-bgCqyRFD6oNgc91GHkV7u9qY,39165
|
|
125
125
|
autogen/agentchat/contrib/vectordb/qdrant.py,sha256=kJ7tfCZuBFVNTZa1QVQvwLDw01orp70Gulx2anG4ubM,13798
|
|
126
126
|
autogen/agentchat/contrib/vectordb/utils.py,sha256=oYdv8aopbG329mESAD2urt_eeTDHjyW5GroX0_d3chk,4490
|
|
127
127
|
autogen/agentchat/group/__init__.py,sha256=1ukpdiPxAWBhBOWxVjqULImgxuxrZ2SUqaE3EUZjMsI,1883
|
|
128
128
|
autogen/agentchat/group/available_condition.py,sha256=Sz4ZHGH0bFO8Z-SFbfe591LabvMHcxcqzA5pQaolyK4,3079
|
|
129
129
|
autogen/agentchat/group/context_condition.py,sha256=UwIOBqPzwi0emfkmseavTJJ6f0VA70dxuTld_FrewjY,2400
|
|
130
|
-
autogen/agentchat/group/context_expression.py,sha256=
|
|
130
|
+
autogen/agentchat/group/context_expression.py,sha256=nzAVoI7RW0O1iuMyWpFZrVjGnHaQUsq8e83vXzzo06k,10012
|
|
131
131
|
autogen/agentchat/group/context_str.py,sha256=Jv8v8oNFymZGmahWpARdBrXBkmZUZWBDsfMyKwzTtHw,1238
|
|
132
132
|
autogen/agentchat/group/context_variables.py,sha256=1GkOokaaYX-Xc5b9ZylytjQxjhLAyY8MW3quPBJuoFM,5562
|
|
133
133
|
autogen/agentchat/group/group_tool_executor.py,sha256=HNf9zhRGU2mBSlmyjhZDCy5Umyq2xMH4_hsMVSu5smQ,9110
|
|
134
134
|
autogen/agentchat/group/group_utils.py,sha256=Y4KOZbqM81lqFmqg9K5xnbjr4YYBfk3iMkm1GK8tygs,27534
|
|
135
135
|
autogen/agentchat/group/guardrails.py,sha256=WpCKT5j3q7317Dy_6wc-MQ_p58J4pTTXqtO5iyfLS7A,5920
|
|
136
|
-
autogen/agentchat/group/handoffs.py,sha256=
|
|
136
|
+
autogen/agentchat/group/handoffs.py,sha256=IOUCOtCFAfhITZhh01HK3ehRMdoBgmgU4gwlLn48ofQ,11633
|
|
137
137
|
autogen/agentchat/group/llm_condition.py,sha256=wfuEET1VhyVVGedYxcyuhX_Vus6uZHxUl_SPpu4YIsc,2951
|
|
138
|
-
autogen/agentchat/group/multi_agent_chat.py,sha256=
|
|
139
|
-
autogen/agentchat/group/on_condition.py,sha256=
|
|
138
|
+
autogen/agentchat/group/multi_agent_chat.py,sha256=lD7nM0fCTmhtcJrSTOeZcWds8zefXVsapdK3pMxySp8,7763
|
|
139
|
+
autogen/agentchat/group/on_condition.py,sha256=o7wVXlUQ2G5Z3Mbm_awWQlYnnG6x9_HcqSiY7Arw0NQ,2195
|
|
140
140
|
autogen/agentchat/group/on_context_condition.py,sha256=Lh6m7kFt3dos1JLja3WPmH_9qTYhIkpM6hIL6T6YgU0,2032
|
|
141
141
|
autogen/agentchat/group/reply_result.py,sha256=DItDGQdaUucCuOIw8kGQDpwt9Li80xvt6Phmo2_14Xk,705
|
|
142
142
|
autogen/agentchat/group/speaker_selection_result.py,sha256=Mqn7LfiMqBBwhF0MxTqX9FdUdkflR7YHK_BV80Fmr28,1588
|
|
@@ -146,6 +146,11 @@ autogen/agentchat/group/patterns/manual.py,sha256=F9VxDtazLslf6zKLahaqL5pa55inyT
|
|
|
146
146
|
autogen/agentchat/group/patterns/pattern.py,sha256=RMEPnMavpl7NP84hoaIZAwyQtxjHy1jmU4M_-Ea45CQ,10836
|
|
147
147
|
autogen/agentchat/group/patterns/random.py,sha256=Zte7JVN9illCqNRi3MkOGqSvKtJXmPaefB5bbTgyScI,3347
|
|
148
148
|
autogen/agentchat/group/patterns/round_robin.py,sha256=fYzkSoP7pi14Njvf5ZcKYBTymRglMo2BrB96HWzrC_o,3875
|
|
149
|
+
autogen/agentchat/group/safeguards/__init__.py,sha256=FzXqb1WMhDdOlFDwL3RmkfIQ5kjjg885l2YSvwHXcws,668
|
|
150
|
+
autogen/agentchat/group/safeguards/api.py,sha256=6yemSQkvgUUdlmitOcpFIC7EG6CwkPnlT8wCfYaRVmc,9017
|
|
151
|
+
autogen/agentchat/group/safeguards/enforcer.py,sha256=FborG8oBURX0jmhX-fDq6h3QTppykXAtdyi9d8UO7c8,47821
|
|
152
|
+
autogen/agentchat/group/safeguards/events.py,sha256=qHUo9Yi8gyPxtJIh6EmB8s_TQvUxl5a1UhVMezwZZZ0,4092
|
|
153
|
+
autogen/agentchat/group/safeguards/validator.py,sha256=8B-i5VgKVfmCgmB0nhMLESM2DEC5hjOQUcjXlfTKyp4,22855
|
|
149
154
|
autogen/agentchat/group/targets/__init__.py,sha256=AJNSbl9iMe2hiDmZojTp8h889o5OYN3V7f2_2nr8px4,145
|
|
150
155
|
autogen/agentchat/group/targets/group_chat_target.py,sha256=PcHQepNhR-_QK4q_L0P8rXZOsiRCfIzs5wnkmLGtMMI,5347
|
|
151
156
|
autogen/agentchat/group/targets/group_manager_target.py,sha256=XpAxIOy6NlyZOWN5omImnuNCXbQAQ3k2e2vif8CI4qk,6251
|
|
@@ -154,17 +159,17 @@ autogen/agentchat/group/targets/transition_utils.py,sha256=fzRnaJtUEnNswkmamQH08
|
|
|
154
159
|
autogen/agentchat/realtime/__init__.py,sha256=c8B9TpO07x9neD0zsJWj6AaEdlcP-WvxrvVOGWLtamk,143
|
|
155
160
|
autogen/agentchat/realtime/experimental/__init__.py,sha256=leYemaQJXulYnp5atRJZE247EL5VJtdDoF_p1XJFQzM,619
|
|
156
161
|
autogen/agentchat/realtime/experimental/audio_observer.py,sha256=ayx96nB1iuUVu3E-AIBunPu7iUf3r-0GCrwKAnRtRw4,1312
|
|
157
|
-
autogen/agentchat/realtime/experimental/function_observer.py,sha256=
|
|
158
|
-
autogen/agentchat/realtime/experimental/realtime_agent.py,sha256=
|
|
162
|
+
autogen/agentchat/realtime/experimental/function_observer.py,sha256=WOA27ZfhvWMNmot-q-pKcHch1V6_KsPUB7pmGzveOlQ,3125
|
|
163
|
+
autogen/agentchat/realtime/experimental/realtime_agent.py,sha256=HzNuAfIL5KxnqDa1ML2sLvHp_bS6UfzgRSgWxMEYzXg,5671
|
|
159
164
|
autogen/agentchat/realtime/experimental/realtime_events.py,sha256=zmRr3pwPJpme5VZEADIz5vg9IZoT3Z1NAc3vt1RdWLk,1083
|
|
160
165
|
autogen/agentchat/realtime/experimental/realtime_observer.py,sha256=Y_UULA9CgxqKZo9dgBds0iipjx7cZ9MghrH4HcKd57o,3045
|
|
161
|
-
autogen/agentchat/realtime/experimental/realtime_swarm.py,sha256=
|
|
166
|
+
autogen/agentchat/realtime/experimental/realtime_swarm.py,sha256=zA2fbh34ftMyDH2AP-WfxLExaar0FFlLMki2gesmuEg,18056
|
|
162
167
|
autogen/agentchat/realtime/experimental/websockets.py,sha256=bj9b5eq80L3KlGWPP6nn7uyfT_Z47kQqtIRbQkeE5SI,667
|
|
163
168
|
autogen/agentchat/realtime/experimental/audio_adapters/__init__.py,sha256=rd0pEy91LYq0JMvIk8Fv7ZKIQLK7oZbVdgVAwNZDCmQ,315
|
|
164
169
|
autogen/agentchat/realtime/experimental/audio_adapters/twilio_audio_adapter.py,sha256=jBr5I3j6Z2jF6J-PNTvvAW24L0NvJpCul4M_fVP4S-g,6091
|
|
165
170
|
autogen/agentchat/realtime/experimental/audio_adapters/websocket_audio_adapter.py,sha256=_TCzjhLJWLEDQ1jD2qHRyVB2T4lGfKEDtqxfvrIAYRs,5916
|
|
166
171
|
autogen/agentchat/realtime/experimental/clients/__init__.py,sha256=mLQaJUrmJ2PNlFPMf02F5HRsuEP-DV_-5vQPLaNgRnQ,443
|
|
167
|
-
autogen/agentchat/realtime/experimental/clients/realtime_client.py,sha256=
|
|
172
|
+
autogen/agentchat/realtime/experimental/clients/realtime_client.py,sha256=_RRAYnaseYUzB5vmvG_TtdkAn6JIMrrz-u5g_gsWxZI,6099
|
|
168
173
|
autogen/agentchat/realtime/experimental/clients/gemini/__init__.py,sha256=OsuUiSPrD_-y67rL1wYsPHd0YUnvrGJ7TX_GUZZDB1A,221
|
|
169
174
|
autogen/agentchat/realtime/experimental/clients/gemini/client.py,sha256=UynugAQ-RD2eE15muVjxPRzD4Y7ROPCNj3e6VspKzTQ,10166
|
|
170
175
|
autogen/agentchat/realtime/experimental/clients/oai/__init__.py,sha256=NMVpiwIA3mcC2l69GSivt2MW4lFJeTaAGyEbhhNgpNs,307
|
|
@@ -185,11 +190,11 @@ autogen/agents/experimental/discord/discord.py,sha256=7mvk_z-zpng7iSZcScRjML_yNC
|
|
|
185
190
|
autogen/agents/experimental/document_agent/__init__.py,sha256=YNuO2YqxckrfAxcmRcI5JmiE7w52lkyVdLyvWxmbSUw,603
|
|
186
191
|
autogen/agents/experimental/document_agent/chroma_query_engine.py,sha256=Oho1DctvUdvObxLsCXsWK65jHygIZmDFETYisN1KgjY,13679
|
|
187
192
|
autogen/agents/experimental/document_agent/docling_doc_ingest_agent.py,sha256=P2yJrS2uYWBYp2D_DryW9waBaCh2iasnWW4ZarQwuVA,4984
|
|
188
|
-
autogen/agents/experimental/document_agent/document_agent.py,sha256=
|
|
193
|
+
autogen/agents/experimental/document_agent/document_agent.py,sha256=Nl33DuR7351r_4oCvUAYkqHVpFGyVZMZwh0oXfBmH6E,29249
|
|
189
194
|
autogen/agents/experimental/document_agent/document_conditions.py,sha256=5NOv_cAPWzL4PTu3IAGhGNg_EveEOhKH1uZ8M5mfsq8,2045
|
|
190
195
|
autogen/agents/experimental/document_agent/document_utils.py,sha256=5wR3B9NrFqwyLMhOm878SsXuLKMIMgcd5LlKyOCRPtE,14030
|
|
191
196
|
autogen/agents/experimental/document_agent/inmemory_query_engine.py,sha256=nzWFyHBd7buldVsOHYfo5WAMMEnmCnEoMnP3VkCFCVg,8858
|
|
192
|
-
autogen/agents/experimental/document_agent/parser_utils.py,sha256=
|
|
197
|
+
autogen/agents/experimental/document_agent/parser_utils.py,sha256=BKcHJu1jvgq90CcIqQ_yTmWNpfBlp_QvDCKX9IaLOHA,5427
|
|
193
198
|
autogen/agents/experimental/document_agent/url_utils.py,sha256=imZriD7hXujPzlfQ2IbA0PQsBl-hj4QlQEFu-0yyY7M,15771
|
|
194
199
|
autogen/agents/experimental/reasoning/__init__.py,sha256=7sNWA9-cLr4F5NgS_0ykhAShA-YYwtbh0uJiPXPHJBM,242
|
|
195
200
|
autogen/agents/experimental/reasoning/reasoning_agent.py,sha256=GwETTEHSilVGIvpcBLWFIbstJnAgDMZPedhVbsWMMyA,50987
|
|
@@ -202,39 +207,40 @@ autogen/agents/experimental/websurfer/websurfer.py,sha256=3WWfk9P-u42kKVXV91FoDD
|
|
|
202
207
|
autogen/agents/experimental/wikipedia/__init__.py,sha256=ytX_85hqagdyl3I72kYQM2-3bR7rG_SI5cyx8pKSG2I,212
|
|
203
208
|
autogen/agents/experimental/wikipedia/wikipedia.py,sha256=emfDKajdCHMtZBZQN6FLd1MvbPahVW5i7KjnzCpsceE,3893
|
|
204
209
|
autogen/cache/__init__.py,sha256=HF7qJyJpzqTYXSwUyVUxAFTY0eakw5OFwhyg_KO3QwE,375
|
|
205
|
-
autogen/cache/abstract_cache_base.py,sha256=
|
|
210
|
+
autogen/cache/abstract_cache_base.py,sha256=31ByPYG9WggK404dKUNO6mfoKFwlEN5ediWkzD9T5M0,2336
|
|
206
211
|
autogen/cache/cache.py,sha256=6t9XWfjB7liZ1FggKBJLWp3hqsV9X67w27_mpkTKgLY,7505
|
|
207
212
|
autogen/cache/cache_factory.py,sha256=ocfWn-jAyRIIliCHNjfNgec6sFd9VEc3MwcJm2LK-PA,3232
|
|
208
213
|
autogen/cache/cosmos_db_cache.py,sha256=C1CzTSwlmrYgmj_8_d92sbtgtg3Cwbrc3Bka819GwP0,5682
|
|
209
|
-
autogen/cache/disk_cache.py,sha256=
|
|
210
|
-
autogen/cache/in_memory_cache.py,sha256=
|
|
211
|
-
autogen/cache/redis_cache.py,sha256=
|
|
212
|
-
autogen/coding/__init__.py,sha256=
|
|
213
|
-
autogen/coding/base.py,sha256=
|
|
214
|
-
autogen/coding/docker_commandline_code_executor.py,sha256=
|
|
215
|
-
autogen/coding/factory.py,sha256=
|
|
214
|
+
autogen/cache/disk_cache.py,sha256=9Qjdbi_7K5751jzeg0vTIg-73jq54iYqe9YLLr9tgN4,3211
|
|
215
|
+
autogen/cache/in_memory_cache.py,sha256=6940QfGh4E-dUhAa64I3r0dNwhiRjEPeHn9TLWSA-qM,1733
|
|
216
|
+
autogen/cache/redis_cache.py,sha256=HvaCGKrlTIdk335brNossVf_gAsx0ACt3nLZjEtrKk0,4129
|
|
217
|
+
autogen/coding/__init__.py,sha256=NRmV8_Ix48w-JPj2ZuAr__T7_wR_Xfmb6jS9FXBbysg,1083
|
|
218
|
+
autogen/coding/base.py,sha256=uRKFOpqDczb-LiMgMdF0i2O2JcqMqrFwMifD1OFI6FE,3798
|
|
219
|
+
autogen/coding/docker_commandline_code_executor.py,sha256=9KJKeYenDTk9JFh2MXQdV0pN-hn8rD_W_pnJlZ5tBWg,10737
|
|
220
|
+
autogen/coding/factory.py,sha256=UwhtKT-0NQWBNwenluVbSI_14hecUrR_3wlwy0eC4iU,2397
|
|
216
221
|
autogen/coding/func_with_reqs.py,sha256=bAy9jqm4XO7yOxLa_psMe7H35e9mllujiGkkB49AOoo,6371
|
|
217
|
-
autogen/coding/local_commandline_code_executor.py,sha256=
|
|
222
|
+
autogen/coding/local_commandline_code_executor.py,sha256=VfzufxzkRslVDQ8FO5M1RaUEkdQdJOfUgXfmK5-SIYY,14221
|
|
218
223
|
autogen/coding/markdown_code_extractor.py,sha256=G3MAQ6RGRHgLL9EZtTCXQsbxWxGqa_ffyzJ6vNhA7Zc,1614
|
|
219
224
|
autogen/coding/utils.py,sha256=Rx-5b94WK25EVHhekWtx_QJpni-RUUL9xiXdPF096Jw,2067
|
|
225
|
+
autogen/coding/yepcode_code_executor.py,sha256=xU8QOIwHerTiBvwXpEFbeYzJpYEexO9TkdYCjii7qpE,7235
|
|
220
226
|
autogen/coding/jupyter/__init__.py,sha256=HsXcVgN_gS2CO0XzeKidjxpipCgV8Dt0zXpK7Q4lArs,830
|
|
221
227
|
autogen/coding/jupyter/base.py,sha256=yd-hc7tUsOSH9MZDLzQKYFIVRQegJIhvVt3_LH8B6uU,1133
|
|
222
|
-
autogen/coding/jupyter/docker_jupyter_server.py,sha256=
|
|
228
|
+
autogen/coding/jupyter/docker_jupyter_server.py,sha256=GyBqQWojMva70cozx8_Mc0VnamZFgADmMRJJNOG8jJ8,5746
|
|
223
229
|
autogen/coding/jupyter/embedded_ipython_code_executor.py,sha256=qaMpoRzUTxMocL9riooItgosw80AMpyCzSzybyfTbBU,8116
|
|
224
230
|
autogen/coding/jupyter/import_utils.py,sha256=0iKtimTor8vtdRYItFBnK8La4xR8zw8voAsjB5I96_Y,2621
|
|
225
|
-
autogen/coding/jupyter/jupyter_client.py,sha256=
|
|
226
|
-
autogen/coding/jupyter/jupyter_code_executor.py,sha256=
|
|
227
|
-
autogen/coding/jupyter/local_jupyter_server.py,sha256=
|
|
231
|
+
autogen/coding/jupyter/jupyter_client.py,sha256=9LeAa40pPuPrZ1MG3bnge9Vyt_flzojvPvO08XZNSZw,8559
|
|
232
|
+
autogen/coding/jupyter/jupyter_code_executor.py,sha256=GAqyjpeQaUyn99ZuO8Mez_XNHnae_4mds82hll7ftrQ,6236
|
|
233
|
+
autogen/coding/jupyter/local_jupyter_server.py,sha256=Ls7u3IloCvgTa-Ag-svSwAUo4fJ0-Hn_v9mt83y4rSw,6240
|
|
228
234
|
autogen/environments/__init__.py,sha256=SNh4NFcBgySNW--H1YUZPEf7F7QLpBQA3Qc8EvyM-gk,488
|
|
229
|
-
autogen/environments/docker_python_environment.py,sha256=
|
|
235
|
+
autogen/environments/docker_python_environment.py,sha256=5pw0NoDGMjaztnZDN26aliRGUdouGdMAX7R6F0WtU9E,14891
|
|
230
236
|
autogen/environments/python_environment.py,sha256=iHFErf9_AYaeb436azCXEZsM02q2fCvEfWtaN4AXJM0,4184
|
|
231
|
-
autogen/environments/system_python_environment.py,sha256=
|
|
232
|
-
autogen/environments/venv_python_environment.py,sha256=
|
|
237
|
+
autogen/environments/system_python_environment.py,sha256=c710NhwMSgIdod954HRBmtGnJIjhJCJXH_U8uBpueUE,3110
|
|
238
|
+
autogen/environments/venv_python_environment.py,sha256=secI5sYOoSoTrcrGinmUlNaWr27J5yTexEJhWxqeif0,9958
|
|
233
239
|
autogen/environments/working_directory.py,sha256=3Z_gj-fPpn8qdAq1K8jF-Wydh56E3bjFQZGiugxJv5c,2496
|
|
234
240
|
autogen/events/__init__.py,sha256=XwCA6Rsq9AyjgeecGuiwHcAvDQMmKXgGomw5iLDIU5Q,358
|
|
235
|
-
autogen/events/agent_events.py,sha256=
|
|
241
|
+
autogen/events/agent_events.py,sha256=V7bJvPKdrw21-mPtDtqHmTyUEnsgSpKnhxImuVknteQ,30720
|
|
236
242
|
autogen/events/base_event.py,sha256=_vEyks9XuNZ0-HfdCiDlan_HhnOMDeqCNvy6TEfnucM,3498
|
|
237
|
-
autogen/events/client_events.py,sha256=
|
|
243
|
+
autogen/events/client_events.py,sha256=JHhvUuxYQXv2HmgZpsgCLKAotCIDUVAdlZvDQfPI1Ww,5406
|
|
238
244
|
autogen/events/helpers.py,sha256=Wd6KGhCwR0A7VT98z1Jeu9STNPB5x4aqXJxfFeE0R9A,1537
|
|
239
245
|
autogen/events/print_event.py,sha256=8nDbCvVd4zFJBGHLIeyFHzV0uFmLTnLNIRJouduWxs0,1272
|
|
240
246
|
autogen/extensions/__init__.py,sha256=tOTe4nwbKj7elHpftAy3zS_embMDzncrKL98XKhY6-c,168
|
|
@@ -243,7 +249,7 @@ autogen/fast_depends/_compat.py,sha256=HT9xOra8FkBHoH5VuSA7bFyFjVx2rT_U7cW7MTblb
|
|
|
243
249
|
autogen/fast_depends/py.typed,sha256=T2j_zfU4zutMBbYt-DnEWSdP7XjLdaS9Tqt5z8VXUgg,288
|
|
244
250
|
autogen/fast_depends/schema.py,sha256=AWXjT2-7oguZPZpLIH_XtA7Ak7tafOyTexFzTCICfxE,1911
|
|
245
251
|
autogen/fast_depends/use.py,sha256=UFiB4Y9GH_NcbdWSuEtYKaAkWXFfp2rcJwIjO0AoT7g,7818
|
|
246
|
-
autogen/fast_depends/utils.py,sha256=
|
|
252
|
+
autogen/fast_depends/utils.py,sha256=y80g9OxnqbF9Yg9rjf5gfAs3XEwUDmYGErgxUGxmHAY,5499
|
|
247
253
|
autogen/fast_depends/core/__init__.py,sha256=qegYjQCufCOBWZT210C9xXtjmkdiWluVjSF3q26sdSg,410
|
|
248
254
|
autogen/fast_depends/core/build.py,sha256=GoAXYsRAYREBcVy1s6zCCOXuD9jWZ1ef4Mg2UNmeH1Y,7060
|
|
249
255
|
autogen/fast_depends/core/model.py,sha256=d3XfgOHi-xXXL5E8gHvnnkp0Il2pN8Fv5HF75cB8HIE,16098
|
|
@@ -264,7 +270,7 @@ autogen/interop/langchain/langchain_tool.py,sha256=KOlCvor9tQfx6BILC9O1Qmo4SS4XE
|
|
|
264
270
|
autogen/interop/litellm/__init__.py,sha256=0K9NkQEBXKZI6UVNwD4daTumQL-uhMrAJE33wiSYmkI,237
|
|
265
271
|
autogen/interop/litellm/litellm_config_factory.py,sha256=JuxNRMM4HwYebmOfs-jnH1Cf5uD3SM968pyVtW_49Cw,6272
|
|
266
272
|
autogen/interop/pydantic_ai/__init__.py,sha256=w9tqh96x43Ipq2loD_F-kqwws2RFRs7-98mPxWG-Mjc,238
|
|
267
|
-
autogen/interop/pydantic_ai/pydantic_ai.py,sha256=
|
|
273
|
+
autogen/interop/pydantic_ai/pydantic_ai.py,sha256=wYkm2cW4kCkiyB0fkJXWOOL1gD-kN1S4sNm6mdwnOTk,6704
|
|
268
274
|
autogen/io/__init__.py,sha256=c5iZkM24B9j3K0yPQ0HYJnvAdNMqhlRZVXqcfdnGFX4,600
|
|
269
275
|
autogen/io/base.py,sha256=yBFUwpZxOFa4F5_dv4ZWoN8iiEy3oH6xgWoo-TK-bg0,4705
|
|
270
276
|
autogen/io/console.py,sha256=6dYGWntAMgbVX2An14pcs5YyusFsUGeF_-tgR5IMOC0,1892
|
|
@@ -273,11 +279,13 @@ autogen/io/thread_io_stream.py,sha256=iSYyImEOtUHACpRIt561Xu6UL5isUkBL8YUG49QPlY
|
|
|
273
279
|
autogen/io/websockets.py,sha256=aatW-lzL7uuoBS8CDbTJ_YZqPH-QhczjSG2dcJsShoQ,7466
|
|
274
280
|
autogen/io/processors/__init__.py,sha256=8-znkWyHiESpMktD4cU_id-HPLE7JD7gArj0y-7K7dM,443
|
|
275
281
|
autogen/io/processors/base.py,sha256=60oltHFRWIjZsxzzzK5evPx1M-H0lHZVNVkmItiTNSQ,685
|
|
276
|
-
autogen/io/processors/console_event_processor.py,sha256=
|
|
282
|
+
autogen/io/processors/console_event_processor.py,sha256=sdrVG8LmW2ZUMKoa8bhCpPz1NImz4dFcMaXj1VFlkYg,2214
|
|
277
283
|
autogen/llm_config/__init__.py,sha256=P_jAlr_bz-xr8P0eLeUJ9aF7ruNW3bQ1b1d6lfaYP68,257
|
|
278
284
|
autogen/llm_config/client.py,sha256=Ig5C2e9N37H9NutB0CThOViMUK99wFWfGw19lg_783k,2424
|
|
279
|
-
autogen/llm_config/config.py,sha256=
|
|
280
|
-
autogen/llm_config/entry.py,sha256=
|
|
285
|
+
autogen/llm_config/config.py,sha256=A8N7Rf24cwXAWT-xr0K73IvrBCELyydkvX5gVKRKJAM,16725
|
|
286
|
+
autogen/llm_config/entry.py,sha256=BaZ-o4ASeSN22BAwN9UgXQnJ_lXqLRylbn5vhZkr8YY,6190
|
|
287
|
+
autogen/llm_config/types.py,sha256=alUNKdycgWPo524D0UzvYE25vqs5fjZaN0-z5znSl8w,1174
|
|
288
|
+
autogen/llm_config/utils.py,sha256=rHikSxhuU9kfmKyjrD9bjo9GJ70RtaTGnE8s7PdO5x0,11002
|
|
281
289
|
autogen/logger/__init__.py,sha256=TTBS92VspksnTQzlMQcCBd-NzYc5UQ1DCrzO4aNvwO4,442
|
|
282
290
|
autogen/logger/base_logger.py,sha256=RWN-ilxJJrq-IxqKlyx2B6QnxgMhEoBPq-vonGMHDO8,5051
|
|
283
291
|
autogen/logger/file_logger.py,sha256=SPo0HIjrdi1gBOUxSWnx-iPLUvQndak-RUFEtT2Q9sU,9823
|
|
@@ -291,30 +299,30 @@ autogen/mcp/mcp_client.py,sha256=DfENyLe71SoBj2HWBNlSswbLcDnH_4FwICnFOhINVRM,129
|
|
|
291
299
|
autogen/mcp/mcp_proxy/__init__.py,sha256=3HTU-TqHLk4XSXeBV1UFd9XkQ1B0yOuXXyGseXvDVec,518
|
|
292
300
|
autogen/mcp/mcp_proxy/fastapi_code_generator_helpers.py,sha256=3gAzyMnXO_VpsQpbZC4di4dPJgaj57vfyXOgsNbAGVQ,2063
|
|
293
301
|
autogen/mcp/mcp_proxy/mcp_proxy.py,sha256=aTpxWANITY6ppRZYUDVMcbRnE99V-K8u6Z5NKI0XKr4,22025
|
|
294
|
-
autogen/mcp/mcp_proxy/operation_grouping.py,sha256=
|
|
302
|
+
autogen/mcp/mcp_proxy/operation_grouping.py,sha256=uqt25_oBqFPSB1ftuo5qXvrlTW6n0ZIFvW6W886B8QU,6264
|
|
295
303
|
autogen/mcp/mcp_proxy/operation_renaming.py,sha256=4tu-SRgPaUhUBRwp0hDIeQG6X0IKIvavsmuD0zwSJsc,3911
|
|
296
304
|
autogen/mcp/mcp_proxy/patch_fastapi_code_generator.py,sha256=vBr8P890nsFvK4iuFicrdNskooHlBQeTQ6jbb5kcPAk,3490
|
|
297
305
|
autogen/mcp/mcp_proxy/security.py,sha256=KHbauSc9roMUUWYi9SFCcMOv7ZVdXqTAJhjOr5Lcf5Y,13569
|
|
298
306
|
autogen/mcp/mcp_proxy/security_schema_visitor.py,sha256=UafLMd5zcz0COcc5Vfvt6bP3LQ3jmaBwQIlWhovN9H4,1345
|
|
299
307
|
autogen/messages/__init__.py,sha256=ZuLvvIQRkNE5fotPe6MSS_YzOUkmfIqGSfOZZOZQ3go,321
|
|
300
|
-
autogen/messages/agent_messages.py,sha256=
|
|
308
|
+
autogen/messages/agent_messages.py,sha256=63nbvEh1CtPGluT7vbhARTp3WOeqU7qnWJBwPByZL24,30091
|
|
301
309
|
autogen/messages/base_message.py,sha256=EkxwAL7A1IaPV_YghtWi7rKgtATE5Geh4SF4MTzw38k,3831
|
|
302
|
-
autogen/messages/client_messages.py,sha256=
|
|
310
|
+
autogen/messages/client_messages.py,sha256=1OsKmdQSkt2gaAAz60Vf683oVJtLEkztLeowQeNBRx8,5593
|
|
303
311
|
autogen/messages/print_message.py,sha256=XoAAOh08MiFBX82OLylweJSlba6Rj1DYfdHRmEMVDbs,1390
|
|
304
|
-
autogen/oai/__init__.py,sha256=
|
|
312
|
+
autogen/oai/__init__.py,sha256=KcO_XkHR5B5P9jv5cLXsO1ybIiZ-fNvoagqn5CARonU,1741
|
|
305
313
|
autogen/oai/anthropic.py,sha256=rstyTbGn9lSjpRUxNZWTwkx5qvjgRpf98PJg8CQgOuc,29230
|
|
306
314
|
autogen/oai/bedrock.py,sha256=Og2Zq9NoaAl7pDKTLnrobXFZoFH8qlgMA2umx2CNyZw,26316
|
|
307
315
|
autogen/oai/cerebras.py,sha256=emRF_2xy3gakapyEHYKvZEDvvALFR9AaBK9JeQpH1Tk,12350
|
|
308
|
-
autogen/oai/client.py,sha256=
|
|
309
|
-
autogen/oai/client_utils.py,sha256=
|
|
310
|
-
autogen/oai/cohere.py,sha256=
|
|
311
|
-
autogen/oai/gemini.py,sha256=
|
|
312
|
-
autogen/oai/gemini_types.py,sha256=
|
|
316
|
+
autogen/oai/client.py,sha256=8ISakc6RtqseNz64_MLES7P84K35x-ZMM6UbNIYj8I8,67184
|
|
317
|
+
autogen/oai/client_utils.py,sha256=KZ0RKyYXcI84b9TxY1P_gzBSUySa7xJa2j-_zHObMtY,7519
|
|
318
|
+
autogen/oai/cohere.py,sha256=Oil1OZsoOKaFGhFi7qGwxBgI5auyPfBsVpKbU6I3Gm8,20005
|
|
319
|
+
autogen/oai/gemini.py,sha256=8XWEcqwFIH9lHv8xcMTuxEbcr-GLLEKeFO1mr4Pui88,43762
|
|
320
|
+
autogen/oai/gemini_types.py,sha256=GGt0o1ozWdLobiZMzdtxmpDKKDW-bwgxOQkw5XvJPKI,5861
|
|
313
321
|
autogen/oai/groq.py,sha256=J9YlpiYbKGOl5zsoInLdZfbFQqCUVXAAS666BRvkw48,12621
|
|
314
322
|
autogen/oai/mistral.py,sha256=FuyR-3UxuQ9wo3TMaifQERMgktO_eFQMg7fOHWrmBVA,12808
|
|
315
323
|
autogen/oai/ollama.py,sha256=xIt-GX5Jz_Tp9qEMLI4K4qq4V5_HOuX5NQPZltpKTmo,29369
|
|
316
324
|
autogen/oai/openai_responses.py,sha256=Tid-4LTnIXrWj0mHtsMtv7SiwP-I-iKURrwrIKo2QAg,18997
|
|
317
|
-
autogen/oai/openai_utils.py,sha256=
|
|
325
|
+
autogen/oai/openai_utils.py,sha256=IKjLlRAQ6GInsXQPFZ_7Yv7rHf0-W-2QllHbBb1rZuI,38142
|
|
318
326
|
autogen/oai/together.py,sha256=-1-cOF0Wmx8er0FmcabBZ7IfuSqC8YdSSYmHc3uFDEk,15208
|
|
319
327
|
autogen/oai/oai_models/__init__.py,sha256=_ofxopODDnpu9DDqRpPnXNYcgY9mV4X3xwnBikd7HC0,753
|
|
320
328
|
autogen/oai/oai_models/_models.py,sha256=W6uxF_wHcEYoSbaWS4IFwrC0ahKADOqeu2PNjknybYM,418
|
|
@@ -325,8 +333,8 @@ autogen/oai/oai_models/chat_completion_message_tool_call.py,sha256=L0SzWLQq7MWW4
|
|
|
325
333
|
autogen/oai/oai_models/chat_completion_token_logprob.py,sha256=gC5o8BgScmAn9mBkCdWPgs4G6Es7xWp3spJC5aOxGCs,2031
|
|
326
334
|
autogen/oai/oai_models/completion_usage.py,sha256=-37tfKln6QO-fwC4Smo_mxnjOiNrM_K1Ck26WHhvIP0,1968
|
|
327
335
|
autogen/tools/__init__.py,sha256=guevGJut7uN2pGpPn9mODaVsTSfeHrGpjjjIEWRBqVo,554
|
|
328
|
-
autogen/tools/dependency_injection.py,sha256=
|
|
329
|
-
autogen/tools/function_utils.py,sha256=
|
|
336
|
+
autogen/tools/dependency_injection.py,sha256=APcLOiajJkpjoicu3wUovjbb0pmidj4M8UUkdq5LsEE,8217
|
|
337
|
+
autogen/tools/function_utils.py,sha256=n_C2H6Y0cG-oQw7YsTH6egQnFwRgEq0MLoe1Jt9vp4I,13762
|
|
330
338
|
autogen/tools/tool.py,sha256=5Z7N4DWF9A2J3yvnG8porlRc0AAdamPJnLr3E5M2BiQ,7245
|
|
331
339
|
autogen/tools/toolkit.py,sha256=1tOmTGJ96RhkJrrtAViKUyEcwacA6ztoIbYbnf8NgTU,2558
|
|
332
340
|
autogen/tools/contrib/__init__.py,sha256=DWEjPK6xCR2ihAXXdquQZmiuqRLA3Pqb8QV8W1RtS3k,202
|
|
@@ -368,20 +376,20 @@ autogen/tools/experimental/messageplatform/telegram/telegram.py,sha256=DKdYlsbE-
|
|
|
368
376
|
autogen/tools/experimental/perplexity/__init__.py,sha256=VxWG2HfcxwBhLUV4LnAlte9T2dH5dXIy-78gkPVfwSI,232
|
|
369
377
|
autogen/tools/experimental/perplexity/perplexity_search.py,sha256=mIRJYh9QCo4CEm2AzgK7YyrUywDkbTm-5gtWg63ytyw,9856
|
|
370
378
|
autogen/tools/experimental/reliable/__init__.py,sha256=GLvfvsFLfBANFVcOptIa_Tm71YsHt5U7X5N9quqDZW0,479
|
|
371
|
-
autogen/tools/experimental/reliable/reliable.py,sha256=
|
|
379
|
+
autogen/tools/experimental/reliable/reliable.py,sha256=5IUS_YM8N7WJEqu9z3xFL2nKzJtAC9ilIBo94G0kV9Y,64426
|
|
372
380
|
autogen/tools/experimental/searxng/__init__.py,sha256=IiScuchBMO0wDPUo58s41aQbr0CrTkumHeZj-eSzZJo,223
|
|
373
381
|
autogen/tools/experimental/searxng/searxng_search.py,sha256=EJadnyHIFLdJCt158IlbSm3JHGA1Ip4FF8ECC05otYE,4848
|
|
374
382
|
autogen/tools/experimental/tavily/__init__.py,sha256=rvztagn7FpWiXZwJtZmKbIFBteBenaedwsiUViDyC4Y,220
|
|
375
383
|
autogen/tools/experimental/tavily/tavily_search.py,sha256=uQ-4u7P3QPdJnCDANVBJvGTBuq2TVw2VNHfL8T3i904,7715
|
|
376
384
|
autogen/tools/experimental/web_search_preview/__init__.py,sha256=8vd1XWS14883MQ4U4dHvMP8aAKAtMILLnqRJNzgNh6A,233
|
|
377
|
-
autogen/tools/experimental/web_search_preview/web_search_preview.py,sha256=
|
|
385
|
+
autogen/tools/experimental/web_search_preview/web_search_preview.py,sha256=5R5TTPZZWQpwOcMwQca4N0idkMTyByOOIrmNMu9eIMw,5055
|
|
378
386
|
autogen/tools/experimental/wikipedia/__init__.py,sha256=jS_gUMyz-uCWr75yKv2esIiGz0ijNDNokt6wovQULLE,274
|
|
379
387
|
autogen/tools/experimental/wikipedia/wikipedia.py,sha256=phtwNOW5KcvXq-1-3yYjm6EJbG2KBMPEgQq_yeTX7r8,11490
|
|
380
388
|
templates/main.jinja2,sha256=mu7z_4NjI1XMEwQx9KaFQixi4ImfwY0FZQaYUJVBnSc,1765
|
|
381
389
|
templates/client_template/main.jinja2,sha256=9_1pmPNLlPZpfcE0KqXJ6uBVzQtmFqWbxs2xyzCOfxY,2115
|
|
382
390
|
templates/config_template/config.jinja2,sha256=A-p-YBsnEm1iftBIhuIBfIyCY-qw34KWcxalmM6KPWc,167
|
|
383
|
-
ag2-0.9.
|
|
384
|
-
ag2-0.9.
|
|
385
|
-
ag2-0.9.
|
|
386
|
-
ag2-0.9.
|
|
387
|
-
ag2-0.9.
|
|
391
|
+
ag2-0.9.10.dist-info/METADATA,sha256=O1nmJ-5K3Vgvba9_O3MuuzIuevxCqY0ucyknXEGzwsg,35702
|
|
392
|
+
ag2-0.9.10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
393
|
+
ag2-0.9.10.dist-info/licenses/LICENSE,sha256=GEFQVNayAR-S_rQD5l8hPdgvgyktVdy4Bx5-v90IfRI,11384
|
|
394
|
+
ag2-0.9.10.dist-info/licenses/NOTICE.md,sha256=07iCPQGbth4pQrgkSgZinJGT5nXddkZ6_MGYcBd2oiY,1134
|
|
395
|
+
ag2-0.9.10.dist-info/RECORD,,
|
|
@@ -106,7 +106,7 @@ def transform_tab_component(content: str) -> str:
|
|
|
106
106
|
|
|
107
107
|
# Find minimum common indentation for non-empty lines
|
|
108
108
|
non_empty_lines = [line for line in lines if line.strip()]
|
|
109
|
-
min_indent = min(
|
|
109
|
+
min_indent = min(len(line) - len(line.lstrip()) for line in non_empty_lines) if non_empty_lines else 0
|
|
110
110
|
|
|
111
111
|
# Remove common indentation and add 4-space indent
|
|
112
112
|
processed_lines = []
|
|
@@ -187,7 +187,7 @@ def fix_internal_references(abs_file_url: str, mkdocs_docs_dir: Path = mkdocs_do
|
|
|
187
187
|
return abs_file_url
|
|
188
188
|
|
|
189
189
|
# Find the first .md file in the directory
|
|
190
|
-
md_files = sorted(
|
|
190
|
+
md_files = sorted(full_path.glob("*.md"))
|
|
191
191
|
return f"{abs_file_url}/{md_files[0].stem}"
|
|
192
192
|
|
|
193
193
|
|
|
@@ -305,7 +305,7 @@ def transform_content_for_mkdocs(content: str, rel_file_path: str) -> str:
|
|
|
305
305
|
lines = inner_content.split("\n")
|
|
306
306
|
|
|
307
307
|
non_empty_lines = [line for line in lines if line.strip()]
|
|
308
|
-
min_indent = min(
|
|
308
|
+
min_indent = min(len(line) - len(line.lstrip()) for line in non_empty_lines) if non_empty_lines else 0
|
|
309
309
|
|
|
310
310
|
# Process each line
|
|
311
311
|
processed_lines = []
|
|
@@ -139,7 +139,7 @@ def skip_reason_or_none_if_ok(notebook: Path) -> str | None | dict[str, Any]:
|
|
|
139
139
|
return "description is not in front matter"
|
|
140
140
|
|
|
141
141
|
# Make sure tags is a list of strings
|
|
142
|
-
if front_matter["tags"] is not None and not all(
|
|
142
|
+
if front_matter["tags"] is not None and not all(isinstance(tag, str) for tag in front_matter["tags"]):
|
|
143
143
|
return "tags must be a list of strings"
|
|
144
144
|
|
|
145
145
|
# Make sure description is a string
|
autogen/_website/utils.py
CHANGED
|
@@ -318,7 +318,7 @@ def render_gallery_html(gallery_file_path: Path) -> str:
|
|
|
318
318
|
|
|
319
319
|
if "tags" in item and item["tags"]:
|
|
320
320
|
all_tags.extend(item["tags"])
|
|
321
|
-
all_tags = sorted(
|
|
321
|
+
all_tags = sorted(set(all_tags))
|
|
322
322
|
|
|
323
323
|
# Generate HTML directly
|
|
324
324
|
html = '<div class="examples-gallery-container">'
|
|
@@ -19,10 +19,10 @@ class AssistantAgent(ConversableAgent):
|
|
|
19
19
|
|
|
20
20
|
AssistantAgent is a subclass of ConversableAgent configured with a default system message.
|
|
21
21
|
The default system message is designed to solve a task with LLM,
|
|
22
|
-
including suggesting python code blocks and debugging.
|
|
23
|
-
`human_input_mode` is default to "NEVER"
|
|
24
|
-
and `code_execution_config` is default to False.
|
|
25
|
-
This agent doesn't execute code by default, and expects the user to execute the code.
|
|
22
|
+
including suggesting python code blocks and debugging. \n
|
|
23
|
+
`human_input_mode` is default to "NEVER" \n
|
|
24
|
+
and `code_execution_config` is default to False. \n
|
|
25
|
+
This agent doesn't execute code by default, and expects the user to execute the code. \n
|
|
26
26
|
"""
|
|
27
27
|
|
|
28
28
|
DEFAULT_SYSTEM_MESSAGE = """You are a helpful AI assistant.
|
|
@@ -52,20 +52,20 @@ Reply "TERMINATE" in the end when everything is done.
|
|
|
52
52
|
**kwargs: Any,
|
|
53
53
|
):
|
|
54
54
|
"""Args:
|
|
55
|
-
name (str): agent name.
|
|
56
|
-
system_message (str): system message for the ChatCompletion inference.
|
|
55
|
+
- name (str): agent name. \n
|
|
56
|
+
- system_message (str): system message for the ChatCompletion inference. \n
|
|
57
57
|
Please override this attribute if you want to reprogram the agent.
|
|
58
|
-
llm_config (dict or False or None): llm inference configuration.
|
|
59
|
-
Please refer to [OpenAIWrapper.create](https://docs.ag2.ai/latest/docs/api-reference/autogen/OpenAIWrapper/#autogen.OpenAIWrapper.create)
|
|
60
|
-
for available options.
|
|
61
|
-
is_termination_msg (function): a function that takes a message in the form of a dictionary
|
|
58
|
+
- llm_config (dict or False or None): llm inference configuration. \n
|
|
59
|
+
Please refer to [OpenAIWrapper.create](https://docs.ag2.ai/latest/docs/api-reference/autogen/OpenAIWrapper/#autogen.OpenAIWrapper.create) \n
|
|
60
|
+
for available options. \n
|
|
61
|
+
- is_termination_msg (function): a function that takes a message in the form of a dictionary
|
|
62
62
|
and returns a boolean value indicating if this received message is a termination message.
|
|
63
|
-
The dict can contain the following keys: "content", "role", "name", "function_call".
|
|
64
|
-
max_consecutive_auto_reply (int): the maximum number of consecutive auto replies.
|
|
63
|
+
The dict can contain the following keys: "content", "role", "name", "function_call". \n
|
|
64
|
+
- max_consecutive_auto_reply (int): the maximum number of consecutive auto replies.
|
|
65
65
|
default to None (no limit provided, class attribute MAX_CONSECUTIVE_AUTO_REPLY will be used as the limit in this case).
|
|
66
|
-
The limit only plays a role when human_input_mode is not "ALWAYS".
|
|
67
|
-
**kwargs (dict): Please refer to other kwargs in
|
|
68
|
-
[ConversableAgent](https://docs.ag2.ai/latest/docs/api-reference/autogen/ConversableAgent).
|
|
66
|
+
The limit only plays a role when human_input_mode is not "ALWAYS". \n
|
|
67
|
+
- **kwargs (dict): Please refer to other kwargs in
|
|
68
|
+
[ConversableAgent](https://docs.ag2.ai/latest/docs/api-reference/autogen/ConversableAgent). \n
|
|
69
69
|
"""
|
|
70
70
|
super().__init__(
|
|
71
71
|
name,
|