252 Commits

Author SHA1 Message Date
Eric Zhu
db10c9dd2c Update readme with agent-as-tool (#6949) 2025-08-19 01:28:29 -07:00
JAY NITINBHAI PATEL
c83674df3a Update README.md with correct stable version (#6942)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-08-19 04:27:34 +00:00
Eric Zhu
e0d6cc80a9 Fix MCP example in readme (#6919) 2025-08-11 11:21:53 -04:00
Eric Zhu
7dd503eccf Update website for 0.7.2 (#6902) 2025-08-06 20:26:11 -04:00
Eric Zhu
c145ace39a Add warning for MCP server docs (#6901) 2025-08-06 17:51:48 -04:00
Luke Singham
3705ecb9d7 Improve grammar of README.md (#5999)
Minor improvements to the grammar of the README. 

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-03-21 02:46:22 +00:00
Eric Zhu
704dab1018 Update README to clarify Web Browsing Agent Team usage, and use animated Chromium browser (#5861)
Because it is more fun to see it
2025-03-07 16:47:00 -08:00
gagb
159e4f114d Improve readme inconsistency (#5691)
### Before

<img width="823" alt="image"
src="https://github.com/user-attachments/assets/d5ba1671-9433-4fa4-9884-c0de6fafb82e"
/>



### After
<img width="803" alt="image"
src="https://github.com/user-attachments/assets/07fdd32a-d2ad-450d-8b7f-b21f10f14c85"
/>
2025-02-24 12:12:53 -08:00
Ryan Sweet
745c9d2bc5 completes the table on the readme with the .NET links to docs and packages. (#5673)
<!-- 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?

<!-- Please give a short summary of the change and the problem this
solves. -->

completes the table on the readme with the .NET links to docs and
packages.

## Related issue number

<!-- For example: "Closes #1234" -->

## Checks

- [ ] 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.
- [ ] I've made sure all auto checks have passed.

Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2025-02-24 14:09:12 +00:00
gagb
be3c60baab docs: add blog link to README for updates and resources (#5368)
#5080 

<img width="900" alt="image"
src="https://github.com/user-attachments/assets/bf8c32e5-8d66-43b7-a68a-2a3f9eb5c522"
/>
2025-02-05 18:35:52 +00:00
Eric Zhu
e582072947 Update model client documentation add Ollama, Gemini, Azure AI models (#5196)
Partially resolves: #5118

Once the extension page is ready, update the tutorial pages to reduce
duplication.

---------

Co-authored-by: Victor Dibia <victordibia@microsoft.com>
2025-01-26 18:42:57 +00:00
Eric Zhu
0554fa3e2a Add AGS to README.md (#5019)
* Add AGS to README.md

* Add appdir argument to avoid conflicting with older .autogenstudio home directory files.

---------

Co-authored-by: Victor Dibia <victordibia@microsoft.com>
2025-01-13 06:55:10 -08:00
Eric Zhu
a9c19d6162 Add python version requirement to frontpage and readme (#5014) 2025-01-12 09:19:57 -08:00
Ranuga
5e2a69a303 Fix: Properly await agent.run() in README Hello World example (#5013)
* Fix: Properly await `agent.run()` in README `Hello World` example

- Updated the `Hello World` code sample to use `asyncio` for proper coroutine handling.
- Resolved `RuntimeWarning` caused by not awaiting the `agent.run()` method.
- Ensures the example executes correctly without errors or warnings.

* Add await to agent.run call in index.md

* Fix hello world

---------

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-12 09:04:30 +00:00
Victor Dibia
9f351c50ff Minor Updates to AGS Docs (#5010)
* update docs

* update docs

* update ags documentation

* update uv lock

* update usage
2025-01-11 18:25:18 -08:00
Jack Gerrits
c2721ff65b Update all versions to 0.4.0 (#4941)
* Update all versions to 0.4.0

* update redirect

* install with upgrade for agentchat
2025-01-09 15:29:54 -05:00
gagb
3d6d661f7e Simplify README (#4712)
* Simplify README

* Update README with improved badge links and section titles

* Enhance README with additional AutoGen Studio links and badges

* Update README to change autogenstudio badge color to purple

* Update README with example of AI agents collaboratively writing a poem

* Add Examples section to README with link to examples

* Add asyncio import to Minimal Python Example in README

* Update README with example of multi-agent system for plotting stock prices

* Add Quick Start section to README with installation instructions

* Update README to reflect upcoming features with placeholders for installation, quickstart, tutorial, API reference, and packages

* Update Tutorial link in README to include additional resource

* Update installation link in README to point to the correct user guide

* Add landing image to README and enhance visual appeal

* Update installation link in README for Autogen Studio user guide

* 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>

* Update Studio link in README to point to the correct GitHub directory

* Update README.md

Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>

* Add migration guide reference for upgrading from AutoGen v0.2 in README

* Fix Studio link in README to point to the correct directory

* Update README to include links for Core API, AgentChat API, and Extensions API

* 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>

* Fix AutoGen Studio link in README for accurate navigation

* Replace PyPi badges with a Documentation badge in 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>

* Improve README.md: clarify installation instructions, enhance descriptions of AutoGen features, and format content for better readability.

* Update README.md: add AutoGen Bench section for benchmarking agent performance

* Update README.md: clarify AutoGen framework description and add developer tools section

* Update README.md: enhance AutoGen framework description and clarify cross-language support

* Update README.md: clarify AgentChat API description and its relation to Core API

* Update README.md: refine descriptions of AutoGen framework and ecosystem, enhancing clarity and readability

* Update README.md: rename "Quick Start" section to "Installation" and enhance developer tools descriptions

* Update readme

* Update example

* Update quickstart

---------

Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-09 13:04:38 -05:00
Jack Gerrits
e8797a2371 Fix links in readme (#4881)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-02 18:49:47 -08:00
Jack Gerrits
fb1094d9c3 Update to dev13 (#4862) 2024-12-30 17:12:51 -05:00
Eric Zhu
d933b9ab5f dev12 (#4839)
* dev12
2024-12-27 11:49:12 -08:00
Jack Gerrits
453fe0cafd Replace single quotes with double quotes (#4760)
* Replace single quotes with double quotes

* Fix version

* formatting
2024-12-19 14:21:51 -05:00
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>
2024-12-19 11:04:34 -08:00
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
2024-12-17 13:04:37 -08:00
Inbal Levi
7eaffa83a7 Fix "extensions" link in README.md (#4717)
"Extentions" link fix - broken link
2024-12-15 21:46:01 -08:00
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
2024-12-13 11:55:43 -08:00
gagb
127d988bd3 Update README with new Discord server link (#4698)
* Update README with new Discord server link

* Add new Discord server link to README
2024-12-13 11:47:30 -08:00
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
2024-12-12 19:43:26 -08:00
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>
2024-12-10 12:38:25 -08:00
Eric Zhu
6c1f638960 dev11 release (#4642)
* dev11 release
2024-12-10 08:28:48 -08:00
Eran Cohen
bfb8aeadcd Update README.md python example (#4639) 2024-12-10 06:45:25 -08:00
Jack Gerrits
7e7265ddd0 Update version for dev10 (#4630)
* Update version for dev10

* fix notebook
2024-12-09 19:33:21 -08:00
Eric Zhu
8707729da9 dev9 (#4585)
* dev9
2024-12-06 00:43:56 -08:00
gagb
8b05e03520 Update README.md with LinkedIn page (#4508) 2024-12-03 18:48:04 -08:00
Eric Zhu
32aa452af8 Remove autogen_agentchat.tasks, create autogen_agentchat.ui and autogen_agentchat.conditions (#4512) 2024-12-03 15:24:25 -08:00
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
2024-12-03 08:09:02 -08:00
Eric Zhu
f70869f236 update dev8 (#4417) 2024-11-27 14:39:31 -08:00
Jack Gerrits
5aecb56ebd Add badges, update contributing, add pointers in various places (#4371) 2024-11-26 08:04:59 -08:00
Ryan Sweet
6a9c14715b add office hours link to README.md (#4366) 2024-11-26 00:50:14 -08:00
Jack Gerrits
1a02e2ba4b Update version to dev7 (#4359)
* Update version to dev7

* update other references
2024-11-25 14:09:41 -08:00
gagb
1e0b254d0a Update README.md with link to clarifications statement (#4318) 2024-11-22 14:06:04 -05:00
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
2024-11-12 11:04:59 -08:00
Eric Zhu
e27c740961 dev6 (#4129) 2024-11-11 00:48:05 -05:00
Eric Zhu
1cc0f4f7c5 dev5 (#4124) 2024-11-10 21:42:22 -05:00
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.
2024-11-09 19:07:39 -08:00
Eric Zhu
f40b0c2730 Add Console function to stream result to pretty print console output (#4115) 2024-11-08 19:02:19 -08:00
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
2024-11-07 16:00:35 -08:00
Eric Zhu
4be1c9cf76 Update Python version to 0.4.0.dev4 (#4068)
* Update version to dev4
2024-11-05 22:04:37 -08:00
Eric Zhu
4e5f3ababe Update version to 0.4.0.dev3 (#4043) 2024-11-01 16:08:09 -07:00
Jack Gerrits
0811102ed7 Update all versions to match normalized dev scheme (#3909) 2024-10-23 12:11:59 -04:00
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>
2024-10-23 11:24:36 -04:00