dao-ai 0.0.14__tar.gz → 0.0.16__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.
Files changed (340) hide show
  1. {dao_ai-0.0.14 → dao_ai-0.0.16}/PKG-INFO +2 -1
  2. dao_ai-0.0.16/config/examples/deep_research.yaml +356 -0
  3. dao_ai-0.0.16/config/examples/executive_assistant.yaml +240 -0
  4. dao_ai-0.0.16/examples/deep_research/examples.yaml +38 -0
  5. dao_ai-0.0.16/examples/executive_assistant/examples.yaml +14 -0
  6. {dao_ai-0.0.14 → dao_ai-0.0.16}/examples/hardware_store/examples.yaml +9 -9
  7. {dao_ai-0.0.14 → dao_ai-0.0.16}/notebooks/05_agent_as_code_driver.py +6 -1
  8. {dao_ai-0.0.14 → dao_ai-0.0.16}/notebooks/06_run_evaluation.py +6 -0
  9. {dao_ai-0.0.14 → dao_ai-0.0.16}/notebooks/08_run_examples.py +0 -3
  10. {dao_ai-0.0.14 → dao_ai-0.0.16}/notebooks/09_evaluate_inferences.py +6 -0
  11. dao_ai-0.0.16/notebooks/INVESTech.py +90 -0
  12. {dao_ai-0.0.14 → dao_ai-0.0.16}/pyproject.toml +2 -1
  13. {dao_ai-0.0.14 → dao_ai-0.0.16}/requirements.txt +1 -0
  14. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/graph.py +3 -1
  15. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/utils.py +1 -0
  16. {dao_ai-0.0.14 → dao_ai-0.0.16}/.gitignore +0 -0
  17. {dao_ai-0.0.14 → dao_ai-0.0.16}/.python-version +0 -0
  18. {dao_ai-0.0.14 → dao_ai-0.0.16}/CHANGELOG.md +0 -0
  19. {dao_ai-0.0.14 → dao_ai-0.0.16}/CONTRIBUTING.md +0 -0
  20. {dao_ai-0.0.14 → dao_ai-0.0.16}/LICENSE +0 -0
  21. {dao_ai-0.0.14 → dao_ai-0.0.16}/Makefile +0 -0
  22. {dao_ai-0.0.14 → dao_ai-0.0.16}/README.md +0 -0
  23. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/Makefile +0 -0
  24. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/REFACTORING_SUMMARY.md +0 -0
  25. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/base-environment-serverless.yaml +0 -0
  26. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/demo_docs/BRAND_REP_DEMO_SUMMARY.md +0 -0
  27. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/demo_docs/demo_scripts/brand_rep_product_education_demo.md +0 -0
  28. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/demo_docs/demo_scripts/store_associate_ai_assistant_demo.md +0 -0
  29. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/demo_docs/demo_scripts/store_manager_alert_response_demo.md +0 -0
  30. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/development_workflows.md +0 -0
  31. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/.gitkeep +0 -0
  32. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/Makefile +0 -0
  33. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/agent_implementation.mmd +0 -0
  34. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/agent_tools_architecture.mmd +0 -0
  35. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/agents-and-tools/agent-troubleshooting.md +0 -0
  36. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/agents-and-tools/agents/agent-best-practices.md +0 -0
  37. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/agents-and-tools/agents/agent-development-patterns.md +0 -0
  38. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/agents-and-tools/agents/agent-performance.md +0 -0
  39. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/agents-and-tools/agents/agent-quickstart.md +0 -0
  40. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/agents-and-tools/ai-agents.md +0 -0
  41. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/agents-and-tools/overview.md +0 -0
  42. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/agents-and-tools/references/agent-reference.md +0 -0
  43. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/agents-and-tools/references/tools-reference.md +0 -0
  44. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/applications/streamlit-app.md +0 -0
  45. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/architecture/overview.md +0 -0
  46. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/architecture.mmd +0 -0
  47. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/architecture.png +0 -0
  48. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/customer_preparation_guide.md +0 -0
  49. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/databricks_integration.mmd +0 -0
  50. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/deployment/production.md +0 -0
  51. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/development/contributing.md +0 -0
  52. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/employee_tools_guide.md +0 -0
  53. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/getting-started/installation.md +0 -0
  54. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/getting-started/mkdocs-quickstart.md +0 -0
  55. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/getting-started/quick-start.md +0 -0
  56. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/index.md +0 -0
  57. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/mkdocs.yml +0 -0
  58. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/scenario_1_architecture.mmd +0 -0
  59. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/scenario_1_flow.mmd +0 -0
  60. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/setup-docs.sh +0 -0
  61. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/task_assignment_workflow_guide.md +0 -0
  62. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/docs/tools/overview.md +0 -0
  63. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/examples/customer_preparation_workflow.py +0 -0
  64. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/examples/task_assignment_workflow.py +0 -0
  65. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/load-env.sh +0 -0
  66. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/CSS_REFACTORING_SUMMARY.md +0 -0
  67. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/DEMO_CONTROLS_RESTORED.md +0 -0
  68. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/DEMO_IMPLEMENTATION_SUMMARY.md +0 -0
  69. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/DEMO_QUICK_START.md +0 -0
  70. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/Dockerfile +0 -0
  71. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/HOMEPAGE_README.md +0 -0
  72. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/Makefile +0 -0
  73. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/README.md +0 -0
  74. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/app.py +0 -0
  75. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/app.yaml +0 -0
  76. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/__init__.py +0 -0
  77. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/backup_homepage.py +0 -0
  78. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/chat.py +0 -0
  79. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/enhanced_charts.py +0 -0
  80. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/enhanced_navigation.py +0 -0
  81. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/__init__.py +0 -0
  82. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/associate/__init__.py +0 -0
  83. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/associate/associate_homepage.py +0 -0
  84. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/associate/dashboard_tab.py +0 -0
  85. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/associate/my_tasks_tab.py +0 -0
  86. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/associate/performance_tab.py +0 -0
  87. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/associate/products_tab.py +0 -0
  88. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/associate/schedule_tab.py +0 -0
  89. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/common/__init__.py +0 -0
  90. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/common/chat_integration.py +0 -0
  91. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/common/kpi_summary.py +0 -0
  92. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/common/notifications.py +0 -0
  93. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/homepage.py +0 -0
  94. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/store_manager/__init__.py +0 -0
  95. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/store_manager/alerts_tab.py +0 -0
  96. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/store_manager/analytics_tab.py +0 -0
  97. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/store_manager/dashboard_tab.py +0 -0
  98. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/store_manager/demo_alerts.py +0 -0
  99. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/store_manager/inventory_tab.py +0 -0
  100. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/store_manager/manager_homepage.py +0 -0
  101. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/store_manager/operations_tab.py +0 -0
  102. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/store_manager/team_tab.py +0 -0
  103. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/vp_retail_operations/__init__.py +0 -0
  104. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/vp_retail_operations/ai_insights_tab.py +0 -0
  105. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/vp_retail_operations/executive_dashboard_tab.py +0 -0
  106. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/vp_retail_operations/geographical_analysis_tab.py +0 -0
  107. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/vp_retail_operations/performance_metrics_tab.py +0 -0
  108. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/vp_retail_operations/strategic_insights_tab.py +0 -0
  109. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/homepage/vp_retail_operations/vp_homepage.py +0 -0
  110. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/metrics.py +0 -0
  111. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/navigation.py +0 -0
  112. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/oldhomepage.py +0 -0
  113. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/components/styles.py +0 -0
  114. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/config.yaml +0 -0
  115. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/demo_docs/BRAND_REP_DEMO_SUMMARY.md +0 -0
  116. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/demo_docs/comprehensive_demo_script.md +0 -0
  117. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/demo_docs/demo_scripts/brand_rep_product_education_demo.md +0 -0
  118. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/demo_docs/demo_scripts/store_associate_ai_assistant_demo.md +0 -0
  119. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/demo_docs/demo_scripts/store_manager_alert_response_demo.md +0 -0
  120. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/dev/README.md +0 -0
  121. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/dev/__init__.py +0 -0
  122. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/dev/components/__init__.py +0 -0
  123. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/dev/components/dashboard_card.py +0 -0
  124. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/dev/demo_alerts.py +0 -0
  125. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/dev/examples/sample_dashboard.py +0 -0
  126. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/pages/__init__.py +0 -0
  127. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/pages/component_showcase.py +0 -0
  128. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/pages/dev_playground.py +0 -0
  129. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/pages/playground.py +0 -0
  130. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/pages_wip/daily_operations.py +0 -0
  131. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/pages_wip/inventory.py +0 -0
  132. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/pages_wip/my_schedule.py +0 -0
  133. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/pages_wip/my_tasks.py +0 -0
  134. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/pages_wip/orders.py +0 -0
  135. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/pages_wip/products_promotions.py +0 -0
  136. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/pages_wip/staff.py +0 -0
  137. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/pages_wip/team_insights.py +0 -0
  138. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/pyproject.toml +0 -0
  139. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/requirements.txt +0 -0
  140. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/static/css/style.css +0 -0
  141. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/styles/README.md +0 -0
  142. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/styles/__init__.py +0 -0
  143. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/styles/base.py +0 -0
  144. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/styles/components.py +0 -0
  145. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/styles/dashboard.py +0 -0
  146. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/styles/homepage.py +0 -0
  147. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/styles/theme.py +0 -0
  148. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/test_vip_notification.py +0 -0
  149. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/tests/test_calculations.py +0 -0
  150. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/utils/config.py +0 -0
  151. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/utils/database.py +0 -0
  152. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/utils/model_serving.py +0 -0
  153. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app/utils/store_context.py +0 -0
  154. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/Makefile +0 -0
  155. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/README.md +0 -0
  156. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/app.py +0 -0
  157. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/components/tailadmin/__init__.py +0 -0
  158. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/components/tailadmin/tailadmin/__init__.py +0 -0
  159. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/components/tailadmin/tailadmin/tailadmin_components.py +0 -0
  160. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/components/tailadmin/tailadmin/tailadmin_components_enhanced.py +0 -0
  161. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/components/tailadmin/tailadmin/tailadmin_styles.py +0 -0
  162. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/components/tailadmin/tailadmin_styles.py +0 -0
  163. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/old/TAILADMIN_README.md +0 -0
  164. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/old/homepage_tailadmin.py +0 -0
  165. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/old/tailadmin_demo.py +0 -0
  166. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/old/tailadmin_implementation_guide.py +0 -0
  167. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/old/test_vp_dashboard.py +0 -0
  168. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/old/vp_dashboard_enhanced.py +0 -0
  169. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/old/vp_dashboard_tailadmin.py +0 -0
  170. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/pages/components_demo.py +0 -0
  171. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/pages/homepage.py +0 -0
  172. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/pages/implementation_guide.py +0 -0
  173. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/pages/vp_dashboard_clean.py +0 -0
  174. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/pages/vp_dashboard_enhanced.py +0 -0
  175. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/pyproject.toml +0 -0
  176. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/tests/__init__.py +0 -0
  177. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/streamlit_store_app_tailadmin/tests/test_imports.py +0 -0
  178. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/tests/.gitkeep +0 -0
  179. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/tests/README.md +0 -0
  180. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/tests/images/doritos_upc.png +0 -0
  181. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/tests/images/lays_upc.png +0 -0
  182. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/tests/manager_demo_script.md +0 -0
  183. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/tests/notebook_vector_search_test.py +0 -0
  184. {dao_ai-0.0.14 → dao_ai-0.0.16}/apps/dais2025/store-app/tests/test_vector_search_integration.py +0 -0
  185. {dao_ai-0.0.14 → dao_ai-0.0.16}/config/dais2025/model_config_dais.yaml +0 -0
  186. {dao_ai-0.0.14 → dao_ai-0.0.16}/config/examples/genie.yaml +0 -0
  187. {dao_ai-0.0.14 → dao_ai-0.0.16}/config/examples/genie_and_vector_search.yaml +0 -0
  188. {dao_ai-0.0.14 → dao_ai-0.0.16}/config/examples/human_in_the_loop.yaml +0 -0
  189. {dao_ai-0.0.14 → dao_ai-0.0.16}/config/examples/jira.yaml +0 -0
  190. {dao_ai-0.0.14 → dao_ai-0.0.16}/config/examples/mcp.yaml +0 -0
  191. {dao_ai-0.0.14 → dao_ai-0.0.16}/config/examples/minimal.yaml +0 -0
  192. {dao_ai-0.0.14 → dao_ai-0.0.16}/config/examples/reservations.yaml +0 -0
  193. {dao_ai-0.0.14 → dao_ai-0.0.16}/config/hardware_store/supervisor.yaml +0 -0
  194. {dao_ai-0.0.14 → dao_ai-0.0.16}/config/hardware_store/supervisor_postgres.yaml +0 -0
  195. {dao_ai-0.0.14 → dao_ai-0.0.16}/config/hardware_store/swarm.yaml +0 -0
  196. {dao_ai-0.0.14 → dao_ai-0.0.16}/config/quick_serve_restaurant/.gitkeep +0 -0
  197. {dao_ai-0.0.14 → dao_ai-0.0.16}/config/quick_serve_restaurant/quick-serve-restaurant.yaml +0 -0
  198. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/dais2025/appointments.sql +0 -0
  199. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/dais2025/appointments_data.sql +0 -0
  200. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/dais2025/brand_rep_demo_data.sql +0 -0
  201. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/dais2025/brand_rep_demo_queries.sql +0 -0
  202. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/dais2025/brand_rep_demo_tables.sql +0 -0
  203. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/dais2025/brand_rep_demo_validation.sql +0 -0
  204. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/dais2025/customers.sql +0 -0
  205. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/dais2025/customers_data.sql +0 -0
  206. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/dais2025/dim_stores.sql +0 -0
  207. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/dais2025/dim_stores_data.sql +0 -0
  208. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/dais2025/employee_performance.sql +0 -0
  209. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/dais2025/employee_performance_data.sql +0 -0
  210. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/dais2025/employee_tasks.sql +0 -0
  211. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/dais2025/employee_tasks_data.sql +0 -0
  212. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/dais2025/inventory.sql +0 -0
  213. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/dais2025/inventory_data.sql +0 -0
  214. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/dais2025/managers.sql +0 -0
  215. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/dais2025/managers_data.sql +0 -0
  216. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/dais2025/product_data.sql +0 -0
  217. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/dais2025/products.sql +0 -0
  218. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/dais2025/task_assignments.sql +0 -0
  219. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/hardware_store/inventory.snappy.parquet +0 -0
  220. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/hardware_store/inventory.sql +0 -0
  221. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/hardware_store/products.snappy.parquet +0 -0
  222. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/hardware_store/products.sql +0 -0
  223. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/quick_serve_restaurant/.gitkeep +0 -0
  224. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/quick_serve_restaurant/fulfil_item_orders.sql +0 -0
  225. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/quick_serve_restaurant/items_description.csv +0 -0
  226. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/quick_serve_restaurant/items_description.sql +0 -0
  227. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/quick_serve_restaurant/items_raw.csv +0 -0
  228. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/quick_serve_restaurant/items_raw.sql +0 -0
  229. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/quick_serve_restaurant/orders_raw.csv +0 -0
  230. {dao_ai-0.0.14 → dao_ai-0.0.16}/data/quick_serve_restaurant/orders_raw.sql +0 -0
  231. {dao_ai-0.0.14 → dao_ai-0.0.16}/databricks.yaml +0 -0
  232. {dao_ai-0.0.14 → dao_ai-0.0.16}/docs/genie.png +0 -0
  233. {dao_ai-0.0.14 → dao_ai-0.0.16}/docs/hardware_store/README.md +0 -0
  234. {dao_ai-0.0.14 → dao_ai-0.0.16}/docs/hardware_store/retail_supervisor.png +0 -0
  235. {dao_ai-0.0.14 → dao_ai-0.0.16}/docs/hardware_store/retail_swarm.png +0 -0
  236. {dao_ai-0.0.14 → dao_ai-0.0.16}/docs/quick_serve_restaurant/.gitkeep +0 -0
  237. {dao_ai-0.0.14 → dao_ai-0.0.16}/docs/quick_serve_restaurant/quick-serve-restaurant.png +0 -0
  238. {dao_ai-0.0.14 → dao_ai-0.0.16}/environment.yaml +0 -0
  239. {dao_ai-0.0.14 → dao_ai-0.0.16}/examples/dais2025/examples.yaml +0 -0
  240. {dao_ai-0.0.14 → dao_ai-0.0.16}/examples/quick_serve_restaurant/.gitkeep +0 -0
  241. {dao_ai-0.0.14 → dao_ai-0.0.16}/examples/quick_serve_restaurant/examples.yaml +0 -0
  242. {dao_ai-0.0.14 → dao_ai-0.0.16}/functions/dais2025/extract_store_numbers.sql +0 -0
  243. {dao_ai-0.0.14 → dao_ai-0.0.16}/functions/dais2025/find_inventory_by_sku.sql +0 -0
  244. {dao_ai-0.0.14 → dao_ai-0.0.16}/functions/dais2025/find_inventory_by_upc.sql +0 -0
  245. {dao_ai-0.0.14 → dao_ai-0.0.16}/functions/dais2025/find_product_by_sku.sql +0 -0
  246. {dao_ai-0.0.14 → dao_ai-0.0.16}/functions/dais2025/find_product_by_upc.sql +0 -0
  247. {dao_ai-0.0.14 → dao_ai-0.0.16}/functions/dais2025/find_store_by_number.sql +0 -0
  248. {dao_ai-0.0.14 → dao_ai-0.0.16}/functions/dais2025/find_store_inventory_by_sku.sql +0 -0
  249. {dao_ai-0.0.14 → dao_ai-0.0.16}/functions/dais2025/find_store_inventory_by_upc.sql +0 -0
  250. {dao_ai-0.0.14 → dao_ai-0.0.16}/functions/hardware_store/find_inventory_by_sku.sql +0 -0
  251. {dao_ai-0.0.14 → dao_ai-0.0.16}/functions/hardware_store/find_inventory_by_upc.sql +0 -0
  252. {dao_ai-0.0.14 → dao_ai-0.0.16}/functions/hardware_store/find_product_by_sku.sql +0 -0
  253. {dao_ai-0.0.14 → dao_ai-0.0.16}/functions/hardware_store/find_product_by_upc.sql +0 -0
  254. {dao_ai-0.0.14 → dao_ai-0.0.16}/functions/hardware_store/find_store_inventory_by_sku.sql +0 -0
  255. {dao_ai-0.0.14 → dao_ai-0.0.16}/functions/hardware_store/find_store_inventory_by_upc.sql +0 -0
  256. {dao_ai-0.0.14 → dao_ai-0.0.16}/functions/quick_serve_restaurant/.gitkeep +0 -0
  257. {dao_ai-0.0.14 → dao_ai-0.0.16}/functions/quick_serve_restaurant/insert_coffee_order.sql +0 -0
  258. {dao_ai-0.0.14 → dao_ai-0.0.16}/functions/quick_serve_restaurant/lookup_items_by_descriptions.sql +0 -0
  259. {dao_ai-0.0.14 → dao_ai-0.0.16}/functions/quick_serve_restaurant/match_historical_item_order_by_date.sql +0 -0
  260. {dao_ai-0.0.14 → dao_ai-0.0.16}/functions/quick_serve_restaurant/match_item_by_description_and_price.sql +0 -0
  261. {dao_ai-0.0.14 → dao_ai-0.0.16}/notebooks/01_ingest_and_transform.py +0 -0
  262. {dao_ai-0.0.14 → dao_ai-0.0.16}/notebooks/02_provision_vector_search.py +0 -0
  263. {dao_ai-0.0.14 → dao_ai-0.0.16}/notebooks/03_generate_evaluation_data.py +0 -0
  264. {dao_ai-0.0.14 → dao_ai-0.0.16}/notebooks/04_unity_catalog_tools.py +0 -0
  265. {dao_ai-0.0.14 → dao_ai-0.0.16}/notebooks/99_scratchpad.py +0 -0
  266. {dao_ai-0.0.14 → dao_ai-0.0.16}/schemas/bundle_config_schema.json +0 -0
  267. {dao_ai-0.0.14 → dao_ai-0.0.16}/schemas/model_config_schema.json +0 -0
  268. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dais2025/__init__.py +0 -0
  269. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dais2025/models.py +0 -0
  270. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dais2025/tools/__init__.py +0 -0
  271. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dais2025/tools/customer.py +0 -0
  272. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dais2025/tools/employee.py +0 -0
  273. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dais2025/tools/executive.py +0 -0
  274. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dais2025/tools/genie.py +0 -0
  275. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dais2025/tools/inventory.py +0 -0
  276. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dais2025/tools/models.py +0 -0
  277. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dais2025/tools/store.py +0 -0
  278. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/__init__.py +0 -0
  279. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/agent_as_code.py +0 -0
  280. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/catalog.py +0 -0
  281. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/chat_models.py +0 -0
  282. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/cli.py +0 -0
  283. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/config.py +0 -0
  284. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/guardrails.py +0 -0
  285. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/hooks/__init__.py +0 -0
  286. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/hooks/core.py +0 -0
  287. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/memory/__init__.py +0 -0
  288. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/memory/base.py +0 -0
  289. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/memory/core.py +0 -0
  290. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/memory/postgres.py +0 -0
  291. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/messages.py +0 -0
  292. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/models.py +0 -0
  293. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/nodes.py +0 -0
  294. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/prompts.py +0 -0
  295. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/providers/__init__.py +0 -0
  296. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/providers/base.py +0 -0
  297. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/providers/databricks.py +0 -0
  298. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/state.py +0 -0
  299. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/tools/__init__.py +0 -0
  300. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/tools/agent.py +0 -0
  301. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/tools/core.py +0 -0
  302. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/tools/genie.py +0 -0
  303. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/tools/human_in_the_loop.py +0 -0
  304. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/tools/mcp.py +0 -0
  305. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/tools/python.py +0 -0
  306. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/tools/time.py +0 -0
  307. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/tools/unity_catalog.py +0 -0
  308. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/tools/vector_search.py +0 -0
  309. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/types.py +0 -0
  310. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/dao_ai/vector_search.py +0 -0
  311. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/hardware_store/__init__.py +0 -0
  312. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/hardware_store/hooks.py +0 -0
  313. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/hardware_store/tools.py +0 -0
  314. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/quick_serve_restaurant/.gitkeep +0 -0
  315. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/quick_serve_restaurant/__init__.py +0 -0
  316. {dao_ai-0.0.14 → dao_ai-0.0.16}/src/quick_serve_restaurant/tools.py +0 -0
  317. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/config/test_model_config.yaml +0 -0
  318. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/conftest.py +0 -0
  319. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/dao_ai/test_catalog.py +0 -0
  320. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/dao_ai/test_chat_history.py +0 -0
  321. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/dao_ai/test_config.py +0 -0
  322. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/dao_ai/test_databricks.py +0 -0
  323. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/dao_ai/test_function_parsing.py +0 -0
  324. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/dao_ai/test_hooks.py +0 -0
  325. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/dao_ai/test_inference.py +0 -0
  326. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/dao_ai/test_mcp.py +0 -0
  327. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/dao_ai/test_messages.py +0 -0
  328. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/dao_ai/test_models.py +0 -0
  329. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/dao_ai/test_state.py +0 -0
  330. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/dao_ai/test_summarization_inference.py +0 -0
  331. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/dao_ai/test_tools.py +0 -0
  332. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/dao_ai/test_types.py +0 -0
  333. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/dao_ai/test_utils.py +0 -0
  334. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/dao_ai/test_vector_search.py +0 -0
  335. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/dao_ai/weather_server_mcp.py +0 -0
  336. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/hardware_store/.gitkeep +0 -0
  337. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/hardware_store/test_graph.py +0 -0
  338. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/images/doritos_upc.png +0 -0
  339. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/images/lays_upc.png +0 -0
  340. {dao_ai-0.0.14 → dao_ai-0.0.16}/tests/quick_serve_restaurant/.gitkeep +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dao-ai
3
- Version: 0.0.14
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
@@ -0,0 +1,356 @@
1
+ # yaml-language-server: $schema=../../schemas/model_config_schema.json
2
+
3
+ variables:
4
+ tavily_search_key: &tavily_search_key
5
+ options:
6
+ - env: TAVILY_API_KEY
7
+ - scope: retail_consumer_goods
8
+ secret: TAVILY_API_KEY
9
+
10
+ schemas:
11
+ executive_research_schema: &executive_research_schema
12
+ catalog_name: retail_consumer_goods
13
+ schema_name: store_ops
14
+
15
+ resources:
16
+ llms:
17
+ default_llm: &default_llm
18
+ name: databricks-claude-3-7-sonnet
19
+ temperature: 0.1
20
+ max_tokens: 16384
21
+
22
+ fast_llm: &fast_llm
23
+ name: databricks-meta-llama-3-1-8b-instruct
24
+ temperature: 0.1
25
+ max_tokens: 8192
26
+
27
+ tool_calling_llm: &tool_calling_llm
28
+ name: databricks-claude-3-7-sonnet
29
+ temperature: 0.1
30
+ max_tokens: 16384
31
+ fallbacks:
32
+ - databricks-meta-llama-3-3-70b-instruct
33
+
34
+ reasoning_llm: &reasoning_llm
35
+ name: databricks-claude-3-7-sonnet
36
+ temperature: 0.2
37
+ max_tokens: 16384
38
+
39
+ deep_reasoning_llm: &deep_reasoning_llm
40
+ name: databricks-claude-sonnet-4
41
+ temperature: 0.1
42
+ max_tokens: 32768
43
+ fallbacks:
44
+ - databricks-claude-3-7-sonnet
45
+
46
+ functions:
47
+ find_inventory_by_sku: &find_inventory_by_sku
48
+ schema: *executive_research_schema
49
+ name: find_inventory_by_sku
50
+
51
+ find_inventory_by_upc: &find_inventory_by_upc
52
+ schema: *executive_research_schema
53
+ name: find_inventory_by_upc
54
+
55
+ find_product_by_sku: &find_product_by_sku
56
+ schema: *executive_research_schema
57
+ name: find_product_by_sku
58
+
59
+ find_product_by_upc: &find_product_by_upc
60
+ schema: *executive_research_schema
61
+ name: find_product_by_upc
62
+
63
+ find_store_by_number: &find_store_by_number
64
+ schema: *executive_research_schema
65
+ name: find_store_by_number
66
+
67
+ find_store_inventory_by_sku: &find_store_inventory_by_sku
68
+ schema: *executive_research_schema
69
+ name: find_store_inventory_by_sku
70
+
71
+ find_store_inventory_by_upc: &find_store_inventory_by_upc
72
+ schema: *executive_research_schema
73
+ name: find_store_inventory_by_upc
74
+
75
+ genie_rooms:
76
+ executive_research_genie_room: &executive_research_genie_room
77
+ name: "Executive Research Genie Room"
78
+ description: "A specialized room for deep executive research and analysis"
79
+ space_id: 01f05dd06c421ad6b522bf7a517cf6d2
80
+
81
+ tools:
82
+ executive_research_genie_tool: &executive_research_genie_tool
83
+ name: executive_research_genie_tool
84
+ function:
85
+ type: factory
86
+ name: dao_ai.tools.create_genie_tool
87
+ args:
88
+ name: executive_research_genie_tool
89
+ description: Query the data warehouse for comprehensive business metrics including customer KPIs, financial performance, operational data, employee metrics, inventory levels, and sales data. Optimized for deep analytical research and multi-dimensional analysis.
90
+ genie_room: *executive_research_genie_room
91
+
92
+
93
+ agents:
94
+ research_lead: &research_lead
95
+ name: research_lead
96
+ description: "Research Coordinator and Executive Interface Specialist"
97
+ model: *default_llm
98
+ tools:
99
+ - *executive_research_genie_tool
100
+ prompt: |
101
+ You are the Research Coordinator serving as the primary interface between executives and the deep research team. Your role is to understand executive inquiries, develop comprehensive research strategies, and orchestrate the team of specialists to deliver thorough analysis and strategic recommendations.
102
+
103
+ ## Your Responsibilities:
104
+ - **Inquiry Assessment**: Understand the executive's specific research needs and context
105
+ - **Research Planning**: Develop comprehensive research strategies across all domains
106
+ - **Team Coordination**: Direct specialists based on research requirements
107
+ - **Quality Assurance**: Ensure comprehensive coverage of all relevant aspects
108
+ - **Executive Communication**: Provide status updates and manage expectations
109
+
110
+ ## Research Strategy Framework:
111
+ 1. **Scope Definition**: Clarify research objectives and success criteria
112
+ 2. **Domain Mapping**: Identify which specialist teams are needed (KPI, market, financial, operations)
113
+ 3. **Sequencing**: Determine optimal research workflow and dependencies
114
+ 4. **Timeline Planning**: Establish research milestones and deadlines
115
+ 5. **Quality Standards**: Set expectations for depth and comprehensiveness
116
+
117
+ ## When to Handoff:
118
+ - **Always start** with **kpi_analyst** for foundational data analysis
119
+ - Hand off to **market_intelligence** when external market context is critical
120
+ - Hand off to **financial_strategy** when financial modeling or ROI analysis is needed
121
+ - Hand off to **operations_expert** when operational improvements are in scope
122
+ - Coordinate with **strategy_synthesizer** to ensure all findings are integrated
123
+
124
+ ## Communication Style:
125
+ - **Executive-Level**: Professional, strategic, and focused on business impact
126
+ - **Action-Oriented**: Clear next steps and deliverables
127
+ - **Comprehensive**: Consider all relevant business dimensions
128
+ - **Time-Conscious**: Respect executive time constraints while ensuring thoroughness
129
+
130
+ You serve as the intelligent orchestrator ensuring that complex executive research questions receive comprehensive, coordinated analysis from all relevant specialist teams.
131
+ handoff_prompt: |
132
+ Hand off to me when starting any new executive research inquiry, when research scope needs to be defined, when multiple specialist teams need coordination, or when ensuring comprehensive coverage across all business dimensions.
133
+
134
+ kpi_analyst: &kpi_analyst
135
+ name: kpi_analyst
136
+ description: "KPI Research and Data Analysis Specialist"
137
+ model: *reasoning_llm
138
+ tools:
139
+ - *executive_research_genie_tool
140
+ prompt: |
141
+ You are a KPI Research Specialist focused on comprehensive data analysis and performance metrics research. Your role is to conduct deep dives into business performance indicators and provide thorough analytical foundations for executive decision-making.
142
+
143
+ ## Your Expertise:
144
+ - Customer metrics analysis (CAC, LTV, churn, retention, satisfaction, NPS)
145
+ - Financial KPIs (revenue, margins, profitability, cash flow, ROI)
146
+ - Operational metrics (inventory turnover, productivity, efficiency ratios)
147
+ - Market performance indicators and competitive benchmarks
148
+ - Statistical analysis and trend identification
149
+
150
+ ## Research Methodology:
151
+ 1. **Data Collection**: Query multiple data sources using genie tool
152
+ 2. **Historical Analysis**: Examine 12+ month trends and seasonality
153
+ 3. **Benchmarking**: Research industry standards and competitor performance
154
+ 4. **Cross-Validation**: Verify findings across multiple data points
155
+ 5. **Statistical Analysis**: Identify correlations and significance
156
+
157
+ ## When to Handoff:
158
+ - Hand off to **market_intelligence** when you need industry context and competitive intelligence
159
+ - Hand off to **financial_strategy** when you discover financial anomalies requiring strategic analysis
160
+ - Hand off to **operations_expert** when operational inefficiencies are identified
161
+ - Hand off to **strategy_synthesizer** when your research is complete for final strategic synthesis
162
+
163
+ Always provide comprehensive data foundation with specific metrics, trends, and preliminary insights.
164
+ handoff_prompt: |
165
+ Hand off to me when foundational data analysis is needed, when KPI research is required, when historical trends need analysis, when performance metrics need benchmarking, or when starting comprehensive business analysis.
166
+
167
+ market_intelligence: &market_intelligence
168
+ name: market_intelligence
169
+ description: "Market Intelligence and Competitive Analysis Specialist"
170
+ model: *reasoning_llm
171
+ tools:
172
+ - *executive_research_genie_tool
173
+ prompt: |
174
+ You are a Market Intelligence Analyst specializing in external market research, competitive analysis, and industry benchmarking. You provide crucial context for internal performance by analyzing market conditions, competitor strategies, and industry trends.
175
+
176
+ ## Your Expertise:
177
+ - Industry trend analysis and market dynamics
178
+ - Competitive intelligence and benchmarking
179
+ - Regulatory and compliance landscape analysis
180
+ - Market opportunity identification and sizing
181
+ - Customer behavior and preference trends
182
+
183
+ ## Research Approach:
184
+ 1. **Market Landscape**: Comprehensive industry analysis and trends
185
+ 2. **Competitive Analysis**: Direct and indirect competitor performance
186
+ 3. **Regulatory Environment**: Compliance requirements and regulatory changes
187
+ 4. **Customer Insights**: Market research on customer preferences and behavior
188
+ 5. **Opportunity Assessment**: Market gaps and growth opportunities
189
+
190
+ ## When to Handoff:
191
+ - Hand off to **financial_strategy** when market insights need financial modeling
192
+ - Hand off to **operations_expert** when market trends impact operational strategy
193
+ - Hand off to **kpi_analyst** when you need internal data to validate market assumptions
194
+ - Hand off to **strategy_synthesizer** when market analysis is complete
195
+
196
+ Focus on external market dynamics and how they impact internal performance metrics.
197
+ handoff_prompt: |
198
+ Hand off to me when external market context is needed, when competitive intelligence is required, when industry benchmarking is necessary, when market trends analysis is needed, or when understanding market dynamics that impact business performance.
199
+
200
+ financial_strategy: &financial_strategy
201
+ name: financial_strategy
202
+ description: "Financial Strategy and ROI Analysis Specialist"
203
+ model: *deep_reasoning_llm
204
+ tools:
205
+ - *executive_research_genie_tool
206
+ prompt: |
207
+ You are a Financial Strategy Analyst specializing in financial modeling, ROI analysis, and strategic investment recommendations. You translate business insights into financial impact and provide comprehensive financial analysis for executive decision-making.
208
+
209
+ ## Your Expertise:
210
+ - Financial modeling and forecasting
211
+ - ROI and cost-benefit analysis
212
+ - Investment prioritization and portfolio optimization
213
+ - Cash flow analysis and working capital management
214
+ - Financial risk assessment and mitigation
215
+
216
+ ## Analysis Framework:
217
+ 1. **Financial Impact Modeling**: Quantify the financial implications of strategic initiatives
218
+ 2. **ROI Analysis**: Comprehensive return on investment calculations
219
+ 3. **Cost-Benefit Assessment**: Detailed analysis of costs vs. expected benefits
220
+ 4. **Risk-Adjusted Returns**: Financial projections incorporating risk factors
221
+ 5. **Investment Prioritization**: Ranking initiatives by financial attractiveness
222
+
223
+ ## When to Handoff:
224
+ - Hand off to **operations_expert** when financial analysis reveals operational improvement opportunities
225
+ - Hand off to **market_intelligence** when you need additional market context for financial projections
226
+ - Hand off to **kpi_analyst** when you need more granular performance data
227
+ - Hand off to **strategy_synthesizer** when financial analysis and recommendations are complete
228
+
229
+ Focus on translating insights into financial impact and strategic investment recommendations.
230
+ handoff_prompt: |
231
+ Hand off to me when financial analysis is required, when ROI modeling is needed, when cost-benefit analysis is necessary, when financial implications of strategies need evaluation, or when investment recommendations are required.
232
+
233
+ operations_expert: &operations_expert
234
+ name: operations_expert
235
+ description: "Operations Optimization and Efficiency Specialist"
236
+ model: *reasoning_llm
237
+ tools:
238
+ - *executive_research_genie_tool
239
+ prompt: |
240
+ You are an Operations Optimization Specialist focused on operational efficiency, process improvement, and tactical implementation strategies. You analyze operational data to identify improvement opportunities and develop actionable implementation plans.
241
+
242
+ ## Your Expertise:
243
+ - Process optimization and efficiency analysis
244
+ - Supply chain and inventory management
245
+ - Employee productivity and performance optimization
246
+ - Operational cost reduction strategies
247
+ - Implementation planning and change management
248
+
249
+ ## Optimization Areas:
250
+ 1. **Process Efficiency**: Identify bottlenecks and improvement opportunities
251
+ 2. **Resource Utilization**: Optimize staff, inventory, and asset utilization
252
+ 3. **Cost Reduction**: Operational cost optimization strategies
253
+ 4. **Quality Improvement**: Process improvements for better outcomes
254
+ 5. **Implementation Planning**: Tactical execution strategies for recommendations
255
+
256
+ ## When to Handoff:
257
+ - Hand off to **financial_strategy** when operational improvements need financial modeling
258
+ - Hand off to **market_intelligence** when you need market context for operational strategies
259
+ - Hand off to **kpi_analyst** when you need detailed performance metrics
260
+ - Hand off to **strategy_synthesizer** when operational analysis and recommendations are complete
261
+
262
+ Focus on practical, implementable operational improvements with clear success metrics.
263
+ handoff_prompt: |
264
+ Hand off to me when operational efficiency analysis is needed, when process optimization is required, when implementation planning is necessary, when operational cost reduction strategies are needed, or when tactical execution plans are required.
265
+
266
+ strategy_synthesizer: &strategy_synthesizer
267
+ name: strategy_synthesizer
268
+ description: "Executive Strategy Synthesizer and Decision Support Specialist"
269
+ model: *deep_reasoning_llm
270
+ tools:
271
+ - *executive_research_genie_tool
272
+ prompt: |
273
+ You are the Executive Strategy Synthesizer responsible for consolidating research from all specialist agents and creating comprehensive strategic recommendations for C-suite decision-making. You synthesize complex analysis into actionable executive insights.
274
+
275
+ ## Your Role:
276
+ - Synthesize findings from KPI, market, financial, and operational analysis
277
+ - Create executive-level strategic recommendations
278
+ - Prioritize initiatives based on impact and feasibility
279
+ - Develop comprehensive implementation roadmaps
280
+ - Present cohesive strategic narrative for leadership
281
+
282
+ ## Synthesis Framework:
283
+ 1. **Strategic Integration**: Combine insights from all research domains
284
+ 2. **Priority Matrix**: Rank recommendations by impact and feasibility
285
+ 3. **Risk Assessment**: Comprehensive risk analysis across all domains
286
+ 4. **Implementation Roadmap**: Phased execution plan with timelines
287
+ 5. **Success Metrics**: KPIs for measuring strategic initiative success
288
+
289
+ ## Executive Deliverable Structure:
290
+ 1. **Executive Summary** (3-4 key strategic insights)
291
+ 2. **Integrated Analysis** (synthesis of all research findings)
292
+ 3. **Strategic Recommendations** (prioritized action plan)
293
+ 4. **Implementation Roadmap** (phased execution strategy)
294
+ 5. **Risk Management** (comprehensive risk mitigation plan)
295
+ 6. **Success Metrics** (KPIs for tracking progress)
296
+
297
+ ## When to Handoff:
298
+ - Hand off to **kpi_analyst** if critical data gaps are identified
299
+ - Hand off to **market_intelligence** if additional market context is needed
300
+ - Hand off to **financial_strategy** if financial modeling requires refinement
301
+ - Hand off to **operations_expert** if implementation details need optimization
302
+
303
+ You are the final authority on strategic synthesis and executive communication.
304
+ handoff_prompt: |
305
+ Hand off to me when strategic synthesis is needed, when executive-level recommendations are required, when integrating findings from multiple specialists, when creating comprehensive strategic narratives, or when final executive deliverables are needed.
306
+
307
+ app:
308
+ name: deep_research_executive_assistant
309
+ description: "Deep Research Multi-Agent Executive Assistant for KPI Analysis and Strategic Recommendations"
310
+ log_level: DEBUG
311
+ registered_model:
312
+ schema: *executive_research_schema
313
+ name: deep_research_executive_assistant
314
+ endpoint_name: deep_research_executive_assistant
315
+ environment_vars:
316
+ TAVILY_API_KEY: "{{secrets/retail_consumer_goods/TAVILY_API_KEY}}"
317
+ tags:
318
+ business: rcg
319
+ research: deep
320
+ orchestration: swarm
321
+ permissions:
322
+ - principals: [users]
323
+ entitlements:
324
+ - CAN_QUERY
325
+ agents:
326
+ - *research_lead
327
+ - *kpi_analyst
328
+ - *market_intelligence
329
+ - *financial_strategy
330
+ - *operations_expert
331
+ - *strategy_synthesizer
332
+ orchestration:
333
+ swarm:
334
+ model: *default_llm
335
+ default_agent: research_lead
336
+ handoffs:
337
+ research_lead:
338
+ - kpi_analyst
339
+ - market_intelligence
340
+ - financial_strategy
341
+ - operations_expert
342
+ - strategy_synthesizer
343
+ kpi_analyst:
344
+ - market_intelligence
345
+ - financial_strategy
346
+ - operations_expert
347
+ - strategy_synthesizer
348
+ market_intelligence:
349
+ - financial_strategy
350
+ - strategy_synthesizer
351
+ financial_strategy:
352
+ - operations_expert
353
+ - strategy_synthesizer
354
+ operations_expert:
355
+ - strategy_synthesizer
356
+ strategy_synthesizer: []
@@ -0,0 +1,240 @@
1
+ # yaml-language-server: $schema=../../schemas/model_config_schema.json
2
+
3
+ variables:
4
+ tavily_search_key: &tavily_search_key
5
+ options:
6
+ - env: TAVILY_API_KEY
7
+ - scope: retail_consumer_goods
8
+ secret: TAVILY_API_KEY
9
+
10
+ schemas:
11
+ executive_assistant_schema: &executive_assistant_schema
12
+ catalog_name: retail_consumer_goods
13
+ schema_name: store_ops
14
+
15
+ resources:
16
+ llms:
17
+
18
+ fast_llm: &fast_llm
19
+ name: databricks-meta-llama-3-1-8b-instruct
20
+ temperature: 0.1
21
+ max_tokens: 8192
22
+
23
+ tool_calling_llm: &tool_calling_llm
24
+ name: databricks-claude-3-7-sonnet
25
+ temperature: 0.1
26
+ max_tokens: 8192
27
+ fallbacks:
28
+ - databricks-meta-llama-3-3-70b-instruct
29
+
30
+ # LLM for complex reasoning tasks
31
+ reasoning_llm: &reasoning_llm
32
+ name: databricks-claude-3-7-sonnet
33
+ temperature: 0.1
34
+ max_tokens: 8192
35
+
36
+ deep_reasoning_llm: &deep_reasoning_llm
37
+ #name: databricks-claude-sonnet-4
38
+ name: databricks-meta-llama-3-3-70b-instruct
39
+ temperature: 0.1
40
+ max_tokens: 8192
41
+ fallbacks:
42
+ - databricks-claude-3-7-sonnet
43
+
44
+ judge_llm: &judge_llm
45
+ name: databricks-claude-3-7-sonnet
46
+ temperature: 0.5
47
+ max_tokens: 8192
48
+
49
+ embedding_model: &embedding_model
50
+ name: databricks-gte-large-en
51
+
52
+
53
+ tables:
54
+ employee_performance:
55
+ schema: *executive_assistant_schema
56
+ name: employee_performance
57
+
58
+ products:
59
+ schema: *executive_assistant_schema
60
+ name: products
61
+
62
+ inventory:
63
+ schema: *executive_assistant_schema
64
+ name: inventory
65
+
66
+ customers:
67
+ schema: *executive_assistant_schema
68
+ name: customers
69
+
70
+ managers:
71
+ schema: *executive_assistant_schema
72
+ name: managers
73
+
74
+ employee_tasks:
75
+ schema: *executive_assistant_schema
76
+ name: employee_tasks
77
+
78
+ appointments:
79
+ schema: *executive_assistant_schema
80
+ name: appointments
81
+
82
+ evaluation:
83
+ schema: *executive_assistant_schema
84
+ name: evaluation
85
+
86
+
87
+ functions:
88
+
89
+ find_inventory_by_sku: &find_inventory_by_sku
90
+ schema: *executive_assistant_schema
91
+ name: find_inventory_by_sku
92
+
93
+ find_inventory_by_upc: &find_inventory_by_upc
94
+ schema: *executive_assistant_schema
95
+ name: find_inventory_by_upc
96
+
97
+ find_product_by_sku: &find_product_by_sku
98
+ schema: *executive_assistant_schema
99
+ name: find_product_by_sku
100
+
101
+ find_product_by_upc: &find_product_by_upc
102
+ schema: *executive_assistant_schema
103
+ name: find_product_by_upc
104
+
105
+ find_store_by_number: &find_store_by_number
106
+ schema: *executive_assistant_schema
107
+ name: find_store_by_number
108
+
109
+ find_store_inventory_by_sku: &find_store_inventory_by_sku
110
+ schema: *executive_assistant_schema
111
+ name: find_store_inventory_by_sku
112
+
113
+ find_store_inventory_by_upc: &find_store_inventory_by_upc
114
+ schema: *executive_assistant_schema
115
+ name: find_store_inventory_by_upc
116
+
117
+ genie_rooms:
118
+ executive_assistant_genie_room: &executive_assistant_genie_room
119
+ name: "Executive Assistant Genie Room"
120
+ description: "A room for Genie agents to interact"
121
+ space_id: 01f05dd06c421ad6b522bf7a517cf6d2
122
+
123
+
124
+ tools:
125
+ executive_assistant_genie_tool: &executive_assistant_genie_tool
126
+ name: executive_assistant_genie_tool
127
+ function:
128
+ type: factory
129
+ name: dao_ai.tools.create_genie_tool
130
+ args:
131
+ name: executive_assistant_genie_tool
132
+ description: Query the data warehouse for customer KPIs, business metrics, employee performance, inventory data, and other operational insights. Use this tool multiple times as needed to gather comprehensive data for executive-level analysis and recommendations.
133
+ genie_room: *executive_assistant_genie_room
134
+
135
+
136
+ tavily_search_tool: &tavily_search_tool
137
+ name: tavily_search_tool
138
+ function:
139
+ type: factory
140
+ name: langchain_tavily.TavilySearch
141
+ args:
142
+ max_results: 5
143
+ topic: general
144
+ search_depth: advanced
145
+ include_domains: ~
146
+ exclude_domains: ~
147
+
148
+ agents:
149
+ executive_assistant_genie: &executive_assistant_genie
150
+ name: executive_assistant_genie
151
+ description: "Executive Assistant Genie Agent"
152
+ model: *deep_reasoning_llm
153
+ tools:
154
+ - *executive_assistant_genie_tool
155
+ - *tavily_search_tool
156
+ prompt: |
157
+ You are an executive-level data analyst and strategic advisor for a retail consumer goods company. Your primary audience is C-suite executives and senior management who need actionable insights about business performance, customer KPIs, and strategic recommendations.
158
+
159
+ ## Your Core Responsibilities:
160
+
161
+ ### 1. Customer KPI Analysis & Reporting
162
+ - Analyze customer acquisition, retention, lifetime value, and churn metrics
163
+ - Track customer satisfaction scores, NPS, and engagement metrics
164
+ - Monitor customer segment performance and behavior patterns
165
+ - Provide trend analysis and year-over-year comparisons
166
+ - Identify customer pain points and opportunities
167
+
168
+ ### 2. Business Performance Insights
169
+ - Monitor revenue, profit margins, and growth trajectories
170
+ - Analyze inventory turnover, stockouts, and supply chain efficiency
171
+ - Track employee performance and operational KPIs
172
+ - Evaluate store performance across locations
173
+ - Assess product performance and category trends
174
+
175
+ ### 3. Strategic Reasoning & Recommendations
176
+ - Provide context and root cause analysis for performance changes
177
+ - Identify correlations between different business metrics
178
+ - Suggest data-driven action plans and strategic initiatives
179
+ - Recommend resource allocation and investment priorities
180
+ - Highlight risks and opportunities based on data trends
181
+
182
+ ## How to Operate:
183
+
184
+ ### Tool Usage Strategy
185
+ - **Use multiple tool calls** when needed to build comprehensive answers
186
+ - Query different data sources to cross-validate insights
187
+ - Drill down into specific metrics when initial results show concerning trends
188
+ - Always verify assumptions with data before making recommendations
189
+
190
+ ### Communication Style
191
+ - **Executive Summary First**: Lead with key findings and recommendations
192
+ - **Data-Driven**: Support all claims with specific metrics and evidence
193
+ - **Action-Oriented**: Provide clear, implementable next steps
194
+ - **Risk-Aware**: Highlight potential challenges and mitigation strategies
195
+ - **Strategic Context**: Connect findings to broader business objectives
196
+
197
+ ### Response Structure
198
+ 1. **Executive Summary** (2-3 bullet points of key insights)
199
+ 2. **Key Metrics & Analysis** (specific data points with context)
200
+ 3. **Root Cause Analysis** (why trends are occurring)
201
+ 4. **Strategic Recommendations** (actionable next steps)
202
+ 5. **Risk Assessment** (potential challenges and opportunities)
203
+
204
+ ## Guidelines:
205
+
206
+ - Always query the data warehouse using your genie tool to get current, accurate information
207
+ - Make multiple queries if needed to build a complete picture
208
+ - Translate technical metrics into business impact language
209
+ - Provide both short-term tactical and long-term strategic recommendations
210
+ - When data shows concerning trends, immediately investigate potential causes
211
+ - Use industry benchmarks and best practices in your recommendations when relevant
212
+ - Be proactive in identifying trends before they become problems
213
+
214
+ Remember: You are trusted advisor to senior leadership. Your insights directly influence major business decisions, resource allocation, and strategic direction. Ensure your analysis is thorough, your reasoning is sound, and your recommendations are actionable.
215
+
216
+
217
+ app:
218
+ name: executive_assistant_agent
219
+ description: "An executive assistant application"
220
+ log_level: DEBUG
221
+ registered_model:
222
+ schema: *executive_assistant_schema
223
+ name: executive_assistant_agent
224
+ endpoint_name: executive_assistant_agent
225
+ environment_vars:
226
+ TAVILY_API_KEY: "{{secrets/retail_consumer_goods/TAVILY_API_KEY}}"
227
+ tags:
228
+ business: rcg
229
+ streaming: true
230
+ permissions:
231
+ - principals: [users]
232
+ entitlements:
233
+ - CAN_QUERY
234
+ agents:
235
+ - *executive_assistant_genie
236
+ orchestration:
237
+ swarm:
238
+ model: *fast_llm
239
+
240
+
@@ -0,0 +1,38 @@
1
+ # DAIS Examples for Retail AI Agent System
2
+ # Extracted from retail_ai.orig/notebooks/agent_config.yaml
3
+ # These examples demonstrate various agent interactions and use cases
4
+
5
+ examples:
6
+ comprehensive_executive_research:
7
+ messages:
8
+ - role: user
9
+ content: |
10
+ I need a comprehensive executive research report analyzing our Q3 2025 performance and strategic positioning. Please conduct a deep dive analysis covering:
11
+
12
+ **Core Analysis Areas:**
13
+ 1. **Customer KPI Performance**: Analyze customer acquisition cost (CAC), lifetime value (LTV), churn rates, retention metrics, Net Promoter Score (NPS), and customer satisfaction trends over the past 12 months
14
+ 2. **Financial Performance**: Examine revenue growth, margin trends, profitability metrics, cash flow patterns, and ROI on key initiatives
15
+ 3. **Operational Efficiency**: Review inventory turnover, productivity ratios, supply chain performance, and operational cost trends
16
+ 4. **Market Position**: Assess our competitive standing, market share trends, industry benchmarks, and external market dynamics affecting our business
17
+
18
+ **Strategic Questions to Address:**
19
+ - Where are we underperforming relative to industry benchmarks and why?
20
+ - What are the top 3 strategic opportunities for growth in the next 6-12 months?
21
+ - What operational improvements could deliver the highest ROI?
22
+ - How do current market trends impact our strategic priorities?
23
+ - What are the financial implications of recommended strategic initiatives?
24
+
25
+ **Deliverable Requirements:**
26
+ - Executive summary with 3-4 key strategic insights
27
+ - Integrated analysis across all business dimensions
28
+ - Prioritized strategic recommendations with clear rationale
29
+ - Implementation roadmap with timelines and resource requirements
30
+ - Risk assessment and mitigation strategies
31
+ - Success metrics for tracking progress
32
+
33
+ Please ensure the analysis is comprehensive, data-driven, and provides actionable insights suitable for C-suite decision-making. I expect this to involve coordination across your specialist teams to deliver a cohesive strategic narrative.
34
+ custom_inputs:
35
+ configurable:
36
+ thread_id: "1"
37
+ user_id: "ali_ghodsi"
38
+ store_num: 101
@@ -0,0 +1,14 @@
1
+ # DAIS Examples for Retail AI Agent System
2
+ # Extracted from retail_ai.orig/notebooks/agent_config.yaml
3
+ # These examples demonstrate various agent interactions and use cases
4
+
5
+ examples:
6
+ average_sales_percentage:
7
+ messages:
8
+ - role: user
9
+ content: "Hey Assistant, What is the average sales achievement percentage for employees?"
10
+ custom_inputs:
11
+ configurable:
12
+ thread_id: "1"
13
+ user_id: "ali_ghodsi"
14
+ store_num: 101