-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Rysweet dotnet folder moves #3692
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Update tool use examples to use inner agents rather than subclassing * fix * Merge remote-tracking branch 'origin/main' into ekzhu-update-tool-use-example * Merge branch 'main' into ekzhu-update-tool-use-example * Fix links in the sample.
* make code execution async * python 3.10 does not support asyncio.timeout() * make code execution cancellable * make code execution async * python 3.10 does not support asyncio.timeout() * make code execution cancellable * make entire callstack for code_executor async * Update python/src/agnext/components/code_executor/_impl/local_commandline_code_executor.py Co-authored-by: Jack Gerrits <[email protected]> * fix variable description * remove unnecessary code * fix usage of execute_code_blocks * fix usage of execute_code_blocks --------- Co-authored-by: Jack Gerrits <[email protected]> Co-authored-by: Eric Zhu <[email protected]>
* Add LangGraph agent example * fix
* Hook cancelation token into code execution * Add unit test for code cancellation * actually save the merge
* Name validation * Fix build * Add validation only for oai provider * Use preexisting * Fix formatting --------- Co-authored-by: Zubeir Mohamed <[email protected]>
Update Python Readme with steps to make hatch work in IntelliJ-class IDEs. For people like me to not waste time on figuring this out. Co-authored-by: Eric Zhu <[email protected]>
* WIP refactor instantiation context * finish up changes * Update python/src/agnext/core/_agent_runtime.py Co-authored-by: Eric Zhu <[email protected]> * Update python/src/agnext/core/_agent_runtime.py Co-authored-by: Eric Zhu <[email protected]> * add warning --------- Co-authored-by: Eric Zhu <[email protected]>
* add Azure Active Directory auth for samples * Update README
* Validate desc, DRY * Update python/src/agnext/core/_base_agent.py --------- Co-authored-by: Eric Zhu <[email protected]>
…323) * add notebooks for documentation * Merge remote-tracking branch 'origin/main' into ekzhu-notebooks * Add install * Add to checks
* use myst_nb for notebook docs; refactor docs to separate concepts and code tutorial * Get started tutorial * fix types
Add gpt-4o-2024-08-06
* Initial work porting webarena to async * Perhaps resolved some of the eval() issues.
* Doc: multi-agent design pattern * Fix warnings. * mypy * fix type * chore: Remove unused import and checkpoint code in langgraph_agent.py
* Re-added multimodality to mdconvert. * Fixed formatting.
Co-authored-by: Eric Zhu <[email protected]>
Co-authored-by: Eric Zhu <[email protected]>
* Rename fields in agent metadata * team one fixes * another fix
* Revised prompts to match autogen experiments. * Handle sh code blocks * Move executor prompt into coder.py * Fixed formatting.
* add checks for notebooks * format * Fix mypy * format --------- Co-authored-by: Eric Zhu <[email protected]>
* check ledger formatting * format file * format file * rename agent metadata field 'name'-->'type' --------- Co-authored-by: Enhao Zhang <[email protected]>
* Add cookbook for openai assistant agent. Reformat * update index * add requests * type requests
Co-authored-by: Kosta Petan <[email protected]>
* Fixed numerous issues with orchestrator, related to 342' * Refined prompts, and added max wall-clock time to orchestrators. * Fixed formatting.
* fix test * install aspire workload * format * fix build error * fix format * format
… results on WebArena, and updated results for GAIA)
add logging to agentchat
…chat (#3651) * Fix formatting and remove duplicated import of EVENT_LOGGER_NAME in agentchat * add staging to target in checks * add staging to target in checks for dotnet * Fix circular imports
Co-authored-by: Eric Zhu <[email protected]>
* remove subscription on client disconnect in worker runtime * address PR feedback * remove outdated comment * remove public properties * fix mypy issue * address PR feedback --------- Co-authored-by: Jack Gerrits <[email protected]>
…l events (#3665) * Move tool to agent; refactor logging in agentchat * Update notebook
* remove merging primitive from .editorconfig and gitignore * use file scope namespace * remove file-scope name * fix format
Co-authored-by: Eric Zhu <[email protected]>
Fixing the HelloWorld sample and some refactoring of .NET code, adding App and Host classes in client and runtime.
* rebase and address PR comments * address PR feedback
rysweet
requested review from
LittleLittleCloud
and removed request for
LittleLittleCloud
October 8, 2024 20:17
wrong branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why are these changes needed?
moving folders in order to match the conventions for structure/name