eosphoros-ai / dbgpts

Intelligent data apps and assets with LLMs
MIT License
66 stars 24 forks source link

feat(dbgpts): Add ai info search agent flow #3

Closed yhjun1026 closed 4 months ago

yhjun1026 commented 4 months ago

See workflow/awel-flow-ai-info-search/README.md

fangyinc commented 4 months ago

@yhjun1026 Please create a dbgpts as a python package.

  1. cd workflow
  2. poetry new awel-flow-ai-info-search
  3. cd awel-flow-ai-info-search
  4. touch dbgpts.toml MANIFEST.in
  5. Fill in your dbgpts.tom and MANIFEST.in file according to the template
yhjun1026 commented 4 months ago

@yhjun1026 Please create a dbgpts as a python package.

  1. cd workflow
  2. poetry new awel-flow-ai-info-search
  3. cd awel-flow-ai-info-search
  4. touch dbgpts.toml MANIFEST.in
  5. Fill in your dbgpts.tom and MANIFEST.in file according to the template

Ok, I've regenerated the flow