Files
Harrison Chase 49757898c4 initial commit
2025-01-13 22:27:36 -08:00

18 lines
443 B
JSON

{
"python_version": "3.11",
"dependencies": [
"."
],
"graphs": {
"main": "./eaia/main/graph.py:graph",
"cron": "./eaia/cron_graph.py:graph",
"general_reflection_graph": "./eaia/reflection_graphs.py:general_reflection_graph",
"multi_reflection_graph": "./eaia/reflection_graphs.py:multi_reflection_graph"
},
"store": {
"index": {
"embed": "openai:text-embedding-3-small",
"dims": 1536
}
}
}