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: Adding Chat print node for pretty printing chat conversation between agents #250

Merged
merged 43 commits into from
Nov 16, 2024

Conversation

akhatua2
Copy link
Contributor

@akhatua2 akhatua2 commented Nov 13, 2024

📑 Description

Added a pretty printer for agent agent using rich.

✅ Checks

  • My pull request adheres to the code style of this project
  • All the tests have passed
  • Branch name follows type/descript (e.g. feature/add-llm-agents)
  • Ready for code review

ℹ Additional Information

Update the goals in the llm_agent.toml file. Then to run this:

uv run aact run-dataflow examples/experimental/llm_agent/llm_agent.toml
Before (Print Node) After (Chat Print Node)
Screenshot 2024-11-12 at 7 00 34 PM Screenshot 2024-11-12 at 7 01 48 PM

Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.88%. Comparing base (7d2ab2f) to head (9c62b90).
Report is 18 commits behind head on main.

@@           Coverage Diff           @@
##             main     #250   +/-   ##
=======================================
  Coverage   72.88%   72.88%           
=======================================
  Files          58       58           
  Lines        2972     2972           
=======================================
  Hits         2166     2166           
  Misses        806      806           
Files with missing lines Coverage Δ
sotopia/experimental/__init__.py 100.00% <100.00%> (ø)
sotopia/experimental/agents/base_agent.py 97.50% <100.00%> (ø)

@akhatua2 akhatua2 marked this pull request as ready for review November 13, 2024 03:09
@akhatua2 akhatua2 requested a review from ProKil November 13, 2024 03:09
akhatua2 and others added 16 commits November 16, 2024 10:39
feat: Adding LLM Agents (Interview setting using openhands) to Sotopia Aact (Experimental)
…249)

* Adding OpenHands node

* [autofix.ci] apply automated fixes

* Added LLM Agent Node

* [autofix.ci] apply automated fixes

* removing openhands

* [autofix.ci] apply automated fixes

* Correcting mypy error in tick agent

* Moving everything to examples since its not specific to sotopia

* [autofix.ci] apply automated fixes

* Adding some additional final checks

* Adding scene context for agents

* [autofix.ci] apply automated fixes

* Renaming scene context to initial message

* Adding the initial message channel

* Renaming to interview openhands

* Adding documentation

* [autofix.ci] apply automated fixes

* Updating the readme

* [autofix.ci] apply automated fixes

* Adding scene context for agents

* [autofix.ci] apply automated fixes

* Renaming scene context to initial message

* Adding the initial message channel

* Rebasing

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
@ProKil ProKil merged commit 8f98ad8 into main Nov 16, 2024
9 checks passed
@ProKil ProKil deleted the chat_print branch November 16, 2024 19:18
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.

2 participants