Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

设计ChainStream的日志 #6

Open
rm-rf-me opened this issue Jan 25, 2024 · 0 comments
Open

设计ChainStream的日志 #6

rm-rf-me opened this issue Jan 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rm-rf-me
Copy link
Collaborator

虽然目前的系统很小,其实根本不需要依靠日志。但之后随着框架的扩大很多东西必须需要日志来监控,尤其是之后多agent的debug。

需要调研一些大型框架的日志结构设计。大概需要满足:

  1. 通过类或方法的封装使得日志较好被调用。
  2. 支持debug info等分级逻辑。
  3. 能够自动保存至某个位置,系统崩溃后能读取到。
  4. 需要支持未来多agent共同运行时debug的需求,要能表现出各个agent和sys的动作和交换等信息。
@rm-rf-me rm-rf-me added the enhancement New feature or request label Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant