-
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 add aspire defaults otel #3690
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
* Added token counting to TeamOne
* Add core components for topics * rename topic to topic id
* Add web surfer test * delete temp files * formatting * fix send_message calls * fix mypy errors * Add web surfer test * delete temp files * formatting * fix send_message calls * fix mypy errors * fix CI checks * CI code formatting * Update hatch commands, add tests to CI * add playwright to test env * try fixing toml * Update .github/workflows/checks.yml Co-authored-by: Jack Gerrits <[email protected]> * try fixing toml * try fixing toml * Update python/pyproject.toml Co-authored-by: Jack Gerrits <[email protected]> * try fixing toml * try fixing toml * modify correct pyproject.toml file * add missing dependency * Add browser_utils tests * fix check errors * run normalize code for test * add missing dependency --------- Co-authored-by: Jack Gerrits <[email protected]> Co-authored-by: afourney <[email protected]>
* Handle messages in a queue for team one base agent * fmt * Enable RPC * Hatch errors. --------- Co-authored-by: Adam Fourney <[email protected]> Co-authored-by: afourney <[email protected]>
…286) * Update tool use examples to use inner agents rather than subclassing * fix * Merge remote-tracking branch 'origin/main' into ekzhu-update-tool-use-example
* 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
* update TeamRunResult * fix line ending in test * lint * update team result to list[chatmessage] --------- Co-authored-by: Leonardo Pinheiro <[email protected]> Co-authored-by: Eric Zhu <[email protected]>
* fix dotnet distributed tracing * regenerate protos for python
* Update README to be ready for merging * Update README.md Co-authored-by: Jack Gerrits <[email protected]> * Update README.md Co-authored-by: Jack Gerrits <[email protected]> * use heading for FAQs * address some comments * Update README.md Co-authored-by: Jack Gerrits <[email protected]> * Update README.md * Update README.md * Update README.md Co-authored-by: gagb <[email protected]> * update --------- Co-authored-by: Jack Gerrits <[email protected]> Co-authored-by: Ryan Sweet <[email protected]> Co-authored-by: gagb <[email protected]>
Co-authored-by: Jack Gerrits <[email protected]>
* Renamed TeamOne to MagenticOne * Updated uv.lock * Fixed workflows.
Co-authored-by: fniedtner <[email protected]>
* 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.
wrong tree |
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?
add aspire + otel sevice defaults to host