OpenBMB / ProAgent

An LLM-based Agent for the New Automation Paradigm - Agentic Process Automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

请问运行main.py后一直输出的是什么?没停下过

CherryYoung opened this issue · comments

Give your next action together with thought, plans and criticisim:

get a llm_server response from Record
{'prompt_tokens': 5172, 'completion_tokens': 404, 'total_tokens': 5576}
content: Thoughts:

  • 由于Google Sheets的documentId和sheetName都是以URL的形式给出的,所以我们需要在params中设置"documentId"和"sheetName"为对应的URL。
  • 由于Slack Channel已经指定为#general,所以我们需要在params中设置"channelId"为#general。
  • 对于Gmail和AI,由于没有给出具体的参数,我们可以先不设置params。

Plan:

  • 实现读取Google Sheets数据的action。
  • 实现发送Slack消息的action。

Criticisms:

就像上面这些

您好!这个是 ProAgent 正在生成 workflow 节点的过程。模型每次修改工作流后,都会自动执行 test-on-change,并根据测试结果继续修正 workflow。我们正在开发具有更好交互体验的 ProAgent Web UI,支持用户-模型对话以及可视化的工作流生成。敬请期待!