-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Refactor and cleanup of dotnet codebase #4405
Draft
kostapetan
wants to merge
105
commits into
main
Choose a base branch
from
kostapetan/refactor-dotnet
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+16,430
−8,940
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
…soft/autogen into kostapetan/refactor-dotnet
* WIP on kostapetan/refactor-dotnet * generic stuff with love * use right type * pass cancelaltion context * pass cancellation token
use asyn
…ts the same things
* Add code executor modules * minor fixes * minor fixes * minor * minor grammar * underlines * code check
* move magentic and openai assistant agents * add import error messages * add api docs ref files * fix magentic rst path * fix openai rst fname * fix magentic rst title * Add module * rm * fix some minor issues --------- Co-authored-by: Leonardo Pinheiro <[email protected]> Co-authored-by: Eric Zhu <[email protected]>
* model capabilities faq * Add links to FAQ in more places --------- Co-authored-by: Eric Zhu <[email protected]>
* Sequential Chat Tutorial (#3861) * Include doc in toctree * Rename title; doc improv * reorder * grammar --------- Co-authored-by: Eric Zhu <[email protected]>
* fix doc on distributed runtime * Fix references * Update references * Fix import paths in user guide notebooks for code executor components
* Update agent doc * Remove outdated doc * Update references * Update readme * Update readme
* Add user proxy docs. Make user proxy's default impl cancellable * remove unnecessary import * revert accidental change * address PR comments * uv sync * Fix bugs * poe format * fixing mypy issues * poe format * ignore pyright errors for ainput * fix example code * remove unused import * fix accidental reversion, example code * formatting * fix typing * Update python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/tutorial/agents.ipynb Co-authored-by: Copilot <[email protected]> * Update python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/tutorial/agents.ipynb --------- Co-authored-by: Jack Gerrits <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: Eric Zhu <[email protected]>
* add magenticonegroupchat to ags * fix termination condition * typing order check * format error * fix M1 orchestrator handle tool mesages * add filesurfer and coder
* Move model context out of components * move models out of components * rename docs file
remove inner message from thread
adds aspire-based integration test that validates: * registration * subscriptions * event delivery * python -> .NET server -> python subscriber * .NET -> .NET server -> python subscriber * python -> .NET server -> .NET subscriber
Co-authored-by: Hussein Mozannar <[email protected]>
0 Warning(s) 0 Error(s)
15 tasks
…Source and Topic Key to CloudEvent.subject, Tests pass
…soft/autogen into kostapetan/refactor-dotnet
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?
Related issue number
Checks