Jack Gerrits
e8797a2371
Fix links in readme ( #4881 )
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Jack Gerrits
fb1094d9c3
Update to dev13 ( #4862 )
1 year ago
Eric Zhu
d933b9ab5f
dev12 ( #4839 )
* dev12
1 year ago
Jack Gerrits
453fe0cafd
Replace single quotes with double quotes ( #4760 )
* Replace single quotes with double quotes
* Fix version
* formatting
1 year ago
Ryan Sweet
fb681af275
Update README.md with holiday availability ( #4763 )
* Update README.md with holiday availability
* Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 year ago
Ryan Sweet
c1646f21c0
Rysweet 4676 remove iagentruntime - collapse into iagentworker ( #4740 )
* moves AgentId into Agent
* Renames AgentRuntime to AgentMessenger (more accurate name)
* Remove IAgentRuntime Interface
* changes constructor of Agent to take IAgentWorker instead of IAgentRuntime
1 year ago
Inbal Levi
7eaffa83a7
Fix "extensions" link in README.md ( #4717 )
"Extentions" link fix - broken link
1 year ago
Ryan Sweet
a19c848622
rysweet-4677-rename-agents-project-to-core-trim-dependencies ( #4696 )
* move optional base agents to separate package
* rename main sdk to Core
* reduce dependency graph
Co-authored-by: @rysweet
Authored-by: @kostapetan
Co-authored-by: @kopetan-ms
1 year ago
gagb
127d988bd3
Update README with new Discord server link ( #4698 )
* Update README with new Discord server link
* Add new Discord server link to README
1 year ago
Ryan Sweet
55e157cb99
Rysweet refactor 4670 rename abstractions to contracts ( #4674 )
* refactor renaming agent base
* 1st draft
* 1st draft
* format
* rename the tsts
* move IagentWorker
* 1st draft
* format
* gen-proto
* run gen-proto-samples
* format
* merge problem format
1 year ago
Jack Gerrits
e72549c298
Add discord link to readme ( #4646 )
* Add discord link to readme
* add end div
---------
Co-authored-by: Hussein Mozannar <hmozannar@microsoft.com>
1 year ago
Eric Zhu
6c1f638960
dev11 release ( #4642 )
* dev11 release
1 year ago
Eran Cohen
bfb8aeadcd
Update README.md python example ( #4639 )
1 year ago
Jack Gerrits
7e7265ddd0
Update version for dev10 ( #4630 )
* Update version for dev10
* fix notebook
1 year ago
Eric Zhu
8707729da9
dev9 ( #4585 )
* dev9
1 year ago
gagb
8b05e03520
Update README.md with LinkedIn page ( #4508 )
1 year ago
Eric Zhu
32aa452af8
Remove autogen_agentchat.tasks, create autogen_agentchat.ui and autogen_agentchat.conditions ( #4512 )
1 year ago
Ryan Sweet
1c09de8d47
HelloAgents App Host with xlang sample ( #4395 )
* adds a python xlang sample and aspire code to host it
* fixes message delivery on dotnet runtime
1 year ago
Eric Zhu
f70869f236
update dev8 ( #4417 )
1 year ago
Jack Gerrits
5aecb56ebd
Add badges, update contributing, add pointers in various places ( #4371 )
1 year ago
Ryan Sweet
6a9c14715b
add office hours link to README.md ( #4366 )
1 year ago
Jack Gerrits
1a02e2ba4b
Update version to dev7 ( #4359 )
* Update version to dev7
* update other references
1 year ago
gagb
1e0b254d0a
Update README.md with link to clarifications statement ( #4318 )
1 year ago
Ryan Sweet
458d273fc4
Refactoring the services and implementing an in-memory runtime for .NET ( #4005 )
closes #3950 closes #3702
What this is doing:
I am refactoring the services on the .NET runtime and attempting to clarify the naming and organization.
I added this doc to help capture the naming and concepts.
AgentRuntime / Worker should work similar to the python version and enables running the whole agent system in one process. For remote the system uses the versions of the services in the grpc folder.
lots of other bug fixes/threading cleanup - passing cancellation token throughout
Services update clarifies the naming and roles:
Worker: Hosts the Agents and is a client to the Gateway
Gateway:
-- RPC gateway for the other services APIs
-- Provides an RPC bridge between the workers and the Event Bus
Registry: keeps track of the agents in the system and which events they can handle
AgentState: persistent state for agents
1 year ago
Eric Zhu
e27c740961
dev6 ( #4129 )
1 year ago
Eric Zhu
1cc0f4f7c5
dev5 ( #4124 )
1 year ago
Eric Zhu
12becdddb1
Update agentchat tutorial, refactor content ( #4118 )
Resolves Tutorial Chapter for Custom ChatAgent #4114 -- updated tutorial chapter on agents and custom agents
Update README example to use tool call
Added "Models" section in AgentChat tutorial.
Added place holder for Tutorial Chapter for Swarm #4113 .
1 year ago
Eric Zhu
f40b0c2730
Add Console function to stream result to pretty print console output ( #4115 )
1 year ago
Eric Zhu
2e3155be2a
AgentChat pause, resume, and reset ( #4088 )
* AgentChat pause and resume a task
Resolves #3859
* Add
* Update usage
* Update usage
* WIP to address stateful group chat
* Refactor group chat to add reset and flags for running
* documentation
1 year ago
Eric Zhu
4be1c9cf76
Update Python version to 0.4.0.dev4 ( #4068 )
* Update version to dev4
1 year ago
Eric Zhu
4e5f3ababe
Update version to 0.4.0.dev3 ( #4043 )
1 year ago
Jack Gerrits
0811102ed7
Update all versions to match normalized dev scheme ( #3909 )
1 year ago
Eric Zhu
6c0d0db9cc
Update dev version ( #3900 )
* Update dev version
* Update uv
* C#
* update versions
---------
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
Leonardo Pinheiro
38f62e1609
migrate models ( #3848 )
* migrate models
* Update python/packages/autogen-agentchat/src/autogen_agentchat/agents/_tool_use_assistant_agent.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* refactor missing imports
* ignore type check errors
* Update python/packages/autogen-ext/src/autogen_ext/models/_openai/_model_info.py
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* update packages index page
---------
Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 year ago
Ryan Sweet
460a6817ea
refactoring the dotnet folder and namespace structure for better long term maintenance and clarity #3809 ( #3810 )
closes #3809 - refactor .NET code foldersand namespaces for better clarity and maintainability
1 year ago
Jack Gerrits
a6f022958f
Update version to dev1 ( #3791 )
* Update version to dev1
* lockfile
* update tilde
1 year ago
Hussein Mozannar
de2a9858b8
Update README.md to clarify v2 vs v4 ( #3785 )
Co-authored-by: gagb <gagb@users.noreply.github.com>
1 year ago
gagb
f224761606
Update README.md ( #3777 )
1 year ago
Eric Zhu
10b006b9ba
Update README.md ( #3768 )
1 year ago
Eric Zhu
e5e3f11275
Update quick start examples to illustrate how to set up model client completely ( #3739 )
1 year ago
Eric Zhu
498854aed3
Use script-friendly example in README and quickstart ( #3728 )
* Use script-friendly example in README and quickstart
* Remove accidentally commited file
* Update instruction
1 year ago
Eric Zhu
d7ae970c87
Changing URL; update description; removing v0.2 file ( #3729 )
1 year ago
Jack Gerrits
f674f2c195
Update links in readme ( #3724 )
1 year ago
Jack Gerrits
90a3b038a6
Update logo link ( #3713 )
1 year ago
Jack Gerrits
0cdc4a05c3
Add more FAQs to readme ( #3707 )
* Add more FAQs to readme
* Update README.md
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update README.md
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update README.md
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
1 year ago
Ryan Sweet
8e37cef69d
Rysweet dotnet folder moves ( #3693 )
* add service defaults to Host
* add otel to app host
* ran format
* remove HelloAgents
* moving things around to fit the folder structure/naming conventions
---------
Co-authored-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com>
1 year ago
Eric Zhu
64365b6835
Termination condition for agentchat teams ( #3696 )
* Update PR link in blog post (#3602 )
* Update PR link in blog post
* Update index.mdx
* Create CI to tag issues with needs triage (#3605 )
* Update issue templates (#3610 )
* Update config.yml
* Delete .github/ISSUE_TEMPLATE.md
* Delete .github/ISSUE_TEMPLATE/general_issue.yml
* Update feature_request.yml
* Update feature_request.yml
* Update feature_request.yml
* Update feature_request.yml
* Update bug_report.yml
* Update .github/ISSUE_TEMPLATE/bug_report.yml
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update .github/ISSUE_TEMPLATE/config.yml
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update bug_report.yml
* Update config.yml
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* termination condition
* Termination condition
* termination condition in group chat manager
* Update module import
* Fix logging
* Clean up
* Fix doc string
---------
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
1 year ago
Ryan Sweet
a5e9b50448
remove broken sample and update readme quickstart for the good sample ( #3687 )
1 year ago
Jack Gerrits
a862ed2382
Updates to README
Co-authored-by: fniedtner <fniedtner@microsoft.com>
1 year ago
Eric Zhu
6019131480
Update README to be ready for merging ( #666 )
* Update README to be ready for merging
* Update README.md
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
* Update README.md
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
* use heading for FAQs
* address some comments
* Update README.md
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
* Update README.md
* Update README.md
* Update README.md
Co-authored-by: gagb <gagb@users.noreply.github.com>
* update
---------
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
Co-authored-by: gagb <gagb@users.noreply.github.com>
1 year ago