dao-ai 0.0.14__py3-none-any.whl → 0.0.16__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.
- dao_ai/graph.py +3 -1
- dao_ai/utils.py +1 -0
- {dao_ai-0.0.14.dist-info → dao_ai-0.0.16.dist-info}/METADATA +2 -1
- {dao_ai-0.0.14.dist-info → dao_ai-0.0.16.dist-info}/RECORD +7 -7
- {dao_ai-0.0.14.dist-info → dao_ai-0.0.16.dist-info}/WHEEL +0 -0
- {dao_ai-0.0.14.dist-info → dao_ai-0.0.16.dist-info}/entry_points.txt +0 -0
- {dao_ai-0.0.14.dist-info → dao_ai-0.0.16.dist-info}/licenses/LICENSE +0 -0
dao_ai/graph.py
CHANGED
|
@@ -219,7 +219,9 @@ def _create_swarm_graph(config: AppConfig) -> CompiledStateGraph:
|
|
|
219
219
|
|
|
220
220
|
workflow.set_entry_point("message_hook")
|
|
221
221
|
|
|
222
|
-
return
|
|
222
|
+
return swarm_node
|
|
223
|
+
|
|
224
|
+
#return workflow.compile(checkpointer=checkpointer, store=store)
|
|
223
225
|
|
|
224
226
|
|
|
225
227
|
def create_dao_ai_graph(config: AppConfig) -> CompiledStateGraph:
|
dao_ai/utils.py
CHANGED
|
@@ -48,6 +48,7 @@ def get_installed_packages() -> dict[str, str]:
|
|
|
48
48
|
f"langchain=={version('langchain')}",
|
|
49
49
|
f"langchain-mcp-adapters=={version('langchain-mcp-adapters')}",
|
|
50
50
|
f"langchain-openai=={version('langchain-openai')}",
|
|
51
|
+
f"langchain-tavily=={version('langchain-tavily')}",
|
|
51
52
|
f"langgraph=={version('langgraph')}",
|
|
52
53
|
f"langgraph-checkpoint-postgres=={version('langgraph-checkpoint-postgres')}",
|
|
53
54
|
f"langgraph-prebuilt=={version('langgraph-prebuilt')}",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dao-ai
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.16
|
|
4
4
|
Summary: DAO AI: A modular, multi-agent orchestration framework for complex AI workflows. Supports agent handoff, tool integration, and dynamic configuration via YAML.
|
|
5
5
|
Project-URL: Homepage, https://github.com/natefleming/dao-ai
|
|
6
6
|
Project-URL: Documentation, https://natefleming.github.io/dao-ai
|
|
@@ -30,6 +30,7 @@ Requires-Dist: databricks-sdk[openai]>=0.55.0
|
|
|
30
30
|
Requires-Dist: duckduckgo-search>=8.0.2
|
|
31
31
|
Requires-Dist: grandalf>=0.8
|
|
32
32
|
Requires-Dist: langchain-mcp-adapters>=0.1.9
|
|
33
|
+
Requires-Dist: langchain-tavily>=0.2.11
|
|
33
34
|
Requires-Dist: langchain>=0.3.27
|
|
34
35
|
Requires-Dist: langgraph-checkpoint-postgres>=2.0.23
|
|
35
36
|
Requires-Dist: langgraph-supervisor>=0.0.29
|
|
@@ -4,7 +4,7 @@ dao_ai/catalog.py,sha256=sPZpHTD3lPx4EZUtIWeQV7VQM89WJ6YH__wluk1v2lE,4947
|
|
|
4
4
|
dao_ai/chat_models.py,sha256=uhwwOTeLyHWqoTTgHrs4n5iSyTwe4EQcLKnh3jRxPWI,8626
|
|
5
5
|
dao_ai/cli.py,sha256=Aez2TQW3Q8Ho1IaIkRggt0NevDxAAVPjXkePC5GPJF0,20429
|
|
6
6
|
dao_ai/config.py,sha256=VyHqkW1UMQJ0fzyme1fV_3fi_6wDmKRQeCrx881fDQ4,45173
|
|
7
|
-
dao_ai/graph.py,sha256=
|
|
7
|
+
dao_ai/graph.py,sha256=8A-qbZAC9BgDitWjxdGFmldKgSHMeoX3z6j3fwmr5Y0,7830
|
|
8
8
|
dao_ai/guardrails.py,sha256=-Qh0f_2Db9t4Nbrrx9FM7tnpqShjMoyxepZ0HByItfU,4027
|
|
9
9
|
dao_ai/messages.py,sha256=tRZQTeb5YFKu8cm1xeaCkKhidq-0tdzncNEzVePvits,6806
|
|
10
10
|
dao_ai/models.py,sha256=wME6hS7w2BTS4SUlhEYuCExMOYStnWk-YWsyatAHYyY,11836
|
|
@@ -12,7 +12,7 @@ dao_ai/nodes.py,sha256=nusBk8tBLY4JlkmzObCKwDe5JR11A8XzYcenC-yS43o,8406
|
|
|
12
12
|
dao_ai/prompts.py,sha256=vpmIbWs_szXUgNNDs5Gh2LcxKZti5pHDKSfoClUcgX0,1289
|
|
13
13
|
dao_ai/state.py,sha256=GwbMbd1TWZx1T5iQrEOX6_rpxOitlmyeJ8dMr2o_pag,1031
|
|
14
14
|
dao_ai/types.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
-
dao_ai/utils.py,sha256=
|
|
15
|
+
dao_ai/utils.py,sha256=dkZTXNN6q0xwkrvSWdNq8937W2xGuLCRWRb6hRQM6kA,4217
|
|
16
16
|
dao_ai/vector_search.py,sha256=jlaFS_iizJ55wblgzZmswMM3UOL-qOp2BGJc0JqXYSg,2839
|
|
17
17
|
dao_ai/hooks/__init__.py,sha256=LlHGIuiZt6vGW8K5AQo1XJEkBP5vDVtMhq0IdjcLrD4,417
|
|
18
18
|
dao_ai/hooks/core.py,sha256=ZShHctUSoauhBgdf1cecy9-D7J6-sGn-pKjuRMumW5U,6663
|
|
@@ -33,8 +33,8 @@ dao_ai/tools/python.py,sha256=XcQiTMshZyLUTVR5peB3vqsoUoAAy8gol9_pcrhddfI,1831
|
|
|
33
33
|
dao_ai/tools/time.py,sha256=Y-23qdnNHzwjvnfkWvYsE7PoWS1hfeKy44tA7sCnNac,8759
|
|
34
34
|
dao_ai/tools/unity_catalog.py,sha256=PXfLj2EgyQgaXq4Qq3t25AmTC4KyVCF_-sCtg6enens,1404
|
|
35
35
|
dao_ai/tools/vector_search.py,sha256=EDYQs51zIPaAP0ma1D81wJT77GQ-v-cjb2XrFVWfWdg,2621
|
|
36
|
-
dao_ai-0.0.
|
|
37
|
-
dao_ai-0.0.
|
|
38
|
-
dao_ai-0.0.
|
|
39
|
-
dao_ai-0.0.
|
|
40
|
-
dao_ai-0.0.
|
|
36
|
+
dao_ai-0.0.16.dist-info/METADATA,sha256=D7Bus2E6nvTL3BVMF1sKPViSS-6CZpzqw6qRRwNGxxI,41378
|
|
37
|
+
dao_ai-0.0.16.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
38
|
+
dao_ai-0.0.16.dist-info/entry_points.txt,sha256=Xa-UFyc6gWGwMqMJOt06ZOog2vAfygV_DSwg1AiP46g,43
|
|
39
|
+
dao_ai-0.0.16.dist-info/licenses/LICENSE,sha256=YZt3W32LtPYruuvHE9lGk2bw6ZPMMJD8yLrjgHybyz4,1069
|
|
40
|
+
dao_ai-0.0.16.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|