Aaron (Aron) Roh
892492f1d9
docs: fix shell command with escaped brackets in pip install ( #6464 )
...
Fix the installation command in
`python/samples/agentchat_chainlit/README.md` by properly escaping or
quoting package names with square brackets to prevent shell
interpretation errors in zsh and other shells.
<!-- Thank you for your contribution! Please review
https://microsoft.github.io/autogen/docs/Contribute before opening a
pull request. -->
<!-- Please add a reviewer to the assignee section when you create a PR.
If you don't have the access to it, we will shortly find a reviewer and
assign them to your PR. -->
## Why are these changes needed?
[AS-IS]

[After fixed]

<!-- Please give a short summary of the change and the problem this
solves. -->
## Related issue number
<!-- For example: "Closes #1234 " -->
## Checks
- [x] I've included any doc changes needed for
<https://microsoft.github.io/autogen/ >. See
<https://github.com/microsoft/autogen/blob/main/CONTRIBUTING.md > to
build and test documentation locally.
- [ ] I've added tests (if relevant) corresponding to the changes
introduced in this PR.
- [x] I've made sure all auto checks have passed.
Co-authored-by: Victor Dibia <victordibia@microsoft.com >
2025-06-09 17:24:39 +00:00
Eric Zhu
a14aeab6e4
doc & sample: Update documentation for human-in-the-loop and UserProxyAgent; Add UserProxyAgent to ChainLit sample; ( #5656 )
...
Resolves #5610
And address various questions regarding to how to use user proxy agent
and human-in-the-loop.
2025-02-25 01:41:15 +00:00
Eric Zhu
88c895fd48
sample: Update chainlit sample with streaming ( #5304 )
...
* Separate agent and team examples
* Add streaming output
* Refactor to better use the chainlit API
* Removed the user proxy example -- this needs a bit more work to
improve the presentation on the ChainLit interface.
---------
Co-authored-by: Victor Dibia <victordibia@microsoft.com >
2025-01-31 22:20:11 +00:00
Matthew Wyman
b6c3df2920
Update README.md to fix spelling error ( #4982 )
2025-01-10 00:29:28 +00:00
Victor Dibia
c21555290e
add chainlit sample ( #4749 )
...
* add chainlit sample
* readme updates
* put team inside run to avoid problems
* simplify example and add readme
* inform user team is reset
---------
Co-authored-by: Hussein Mozannar <hmozannar@microsoft.com >
2024-12-18 14:49:07 -08:00