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

feat(streaming): add logger to include status-based messages in chat history file #537

Merged
merged 2 commits into from Sep 8, 2023

Commits on Sep 6, 2023

  1. feat(streaming): add logger for including status-based messages in ch…

    …at history file
    
    This PR adds context manager capabilities to AgentContext, such that a logs
    stream of agent, llm, and tool messages will be redirected into a ChatHistory (and
    appropriately tagged). This will allow our single-file streaming approach to include
    status messages in the output.
    Douglas Reid committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    26092c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Address review comments

    Douglas Reid committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    8e58a45 View commit details
    Browse the repository at this point in the history