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

Add sample chat application with FastAPI #5433

Merged
merged 8 commits into from
Feb 7, 2025
Merged

Add sample chat application with FastAPI #5433

merged 8 commits into from
Feb 7, 2025

Conversation

ekzhu
Copy link
Collaborator

@ekzhu ekzhu commented Feb 7, 2025

Introduce a sample chat application using AgentChat and FastAPI, demonstrating single-agent and team chat functionalities, along with state persistence and conversation history management.

Resolves #5423

@ekzhu ekzhu requested a review from gagb February 7, 2025 18:28
Copy link

codecov bot commented Feb 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.09%. Comparing base (f20ba91) to head (1ce3def).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5433   +/-   ##
=======================================
  Coverage   78.09%   78.09%           
=======================================
  Files         158      158           
  Lines        9583     9583           
=======================================
  Hits         7484     7484           
  Misses       2099     2099           
Flag Coverage Δ
unittests 78.09% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@victordibia victordibia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, this is a great sample .. will help MANY users!!!
Thanks @ekzhu

python/samples/agentchat_fastapi/app_team.py Outdated Show resolved Hide resolved
python/samples/agentchat_fastapi/app_team.py Show resolved Hide resolved
@ekzhu ekzhu enabled auto-merge (squash) February 7, 2025 20:15
@ekzhu ekzhu merged commit abdc0da into main Feb 7, 2025
62 checks passed
@ekzhu ekzhu deleted the ekzhu-fastapi-sample branch February 7, 2025 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Python] Samples to show how to use UserProxyAgent that takes user feedback from a frontend
2 participants