Commit Graph

3198 Commits

Author SHA1 Message Date
Jack Gerrits
5eb1b0b788 Add init (#3568)
Co-authored-by: gagb <gagb@users.noreply.github.com>
2024-09-25 17:07:48 +00:00
Jack Gerrits
857830c50d Remove api key validation (#3569) 2024-09-25 16:48:06 +00:00
rahulAira
3c10dc56c5 Add kwargs to pass to docker container that runs the Jupyter Server (#3028)
* Add kwargs to pass to docker container that runs the Jupyter Server

* Update docker_jupyter_server.py

* Update docker_jupyter_server.py

* Update docker_jupyter_server.py

---------

Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-09-25 16:00:01 +00:00
Wael Karkoub
feef9d4d37 Throttle API Calls (#2283)
* wip

* remove async

* minor fix

* robust timing test

* modifies file names

* modifies config list

* updates faq

* updates llm config doc

* mock openai calls

* make windows tests happy

* clean up

* undo change in doc

---------

Co-authored-by: Chi Wang <wang.chi@microsoft.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-09-25 15:46:17 +00:00
dependabot[bot]
4dfe2fb741 Bump micromatch from 4.0.5 to 4.0.8 in /website (#3417)
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gagb <gagb@users.noreply.github.com>
2024-09-25 15:33:19 +00:00
Tim Bula
3d6a7707af feat: add cookies from http session to ws (#3312)
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-09-25 15:21:08 +00:00
Drew Gillson
ddc2eaae88 Fix AttributeError: 'NoneType' object has no attribute 'name' (#3127)
There is a bug related to the interplay between the society of mind agent and the FileLogger, probably somewhere around https://github.com/microsoft/autogen/blob/main/autogen/agentchat/contrib/society_of_mind_agent.py#L181, which causes an empty name property to be sent. The FileLogger should gracefully handle this circumstance and not return an error to the function caller.

Co-authored-by: Chi Wang <wang.chi@microsoft.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-09-25 15:17:59 +00:00
Beibin Li
ece69249e4 Catch token count issue while streaming with customized models (#3241)
* Catch token count issue while streaming with customized models

If llama, llava, phi, or some other models are used for streaming (with stream=True), the current design would crash after fetching the response.

A warning is enough in this case, just like the non-streaming use cases.

* Only catch not implemented error

---------

Co-authored-by: Chi Wang <wang.chi@microsoft.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-09-25 15:14:20 +00:00
Juan Artero
c1289b4da7 fix execute a_generate_reply with function_call: None (#3250)
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-09-25 15:13:45 +00:00
Evan David
0847b459d1 Fix role mapping in GPTAssistantAgent for OpenAI API compatibility (#3555)
Co-authored-by: Evan David <evandavid@Evans-MacBook-Air-2.local>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-09-25 15:11:25 +00:00
Anirudh31415926535
7cfcf5501f fix: update cohere tool calling multi agents (#3488)
* update cohere tool calling multi agents

* Add agent name prefix to chatbot message

---------

Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-09-25 15:11:11 +00:00
Burkhard Reffeling
29fa4ce1fd Fix for async group chat resume - full chat history for each agent (#3558)
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-09-25 15:10:38 +00:00
Evan Hadfield
3c90bee92f Update LLM Caching link in Optional-Dependencies.md (#2885)
* Update LLM Caching link in Optional-Dependencies.md

Fix link to direct to the current location of the LLM Caching doc

* Update Optional-Dependencies.md

---------

Co-authored-by: Qingyun Wu <qingyun0327@gmail.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-09-25 15:08:54 +00:00
dependabot[bot]
a3027d3e6e Bump webpack from 5.89.0 to 5.94.0 in /website (#3438)
Bumps [webpack](https://github.com/webpack/webpack) from 5.89.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.89.0...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-09-25 14:47:37 +00:00
Eric Zhu
74a55c3907 Add multi-agent-debate pattern in documentation; remove from sample (#637) 2024-09-25 14:45:49 +00:00
Suchit G
0b19aa74d4 Fix syntax error in user-defined-functions docs (unecessarily capitalized) (#3336)
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-09-25 14:17:16 +00:00
Eric Zhu
a0ed11f8da Add advanced mixture of agents guide; replacing the sample script (#634)
* Add moa cookbook for multi-layer mixture-of-agents

* Update moa
2024-09-25 12:19:09 +00:00
Eric Zhu
6c14c7859d Remove samples that have duplicates in documentation (#631) 2024-09-25 11:26:26 +00:00
Cell
a42ad4a739 AB#3538: issue: 'https://docs.trychroma.com/embeddings' hyperlink is not working. Fix: update with using 'https://docs.trychroma.com/guides/embeddings' (#3539)
Co-authored-by: CellCS <cellcs@m1>
Co-authored-by: Li Jiang <bnujli@gmail.com>
2024-09-25 11:00:33 +00:00
Leonardo Pinheiro
09501a0134 Add Broadcasting cookbook (#600)
* add cookbook initial draft

* add all boradcasting scenarios

* add to src tree

* linting

* address feedback

* rename pattern to scenario

---------

Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
2024-09-24 20:36:15 -07:00
Enhao Zhang
afdfb4ea58 TeamOne cancellation token support and making logger a member variable (#622)
* Added cancellation token support for team_one; made logger a member variable of each agent.

formatting

fix error

fix error

formatting

* No need to create a new cancellation token
2024-09-24 16:54:22 -07:00
Enhao Zhang
6dcbf869ad Fix future cancellation and outstanding_tasks bugs (#619)
* Fix outstanding_tasks and cancellation bugs

* formatting

* Use separate except blocks

---------

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2024-09-24 21:09:08 +00:00
Jack Gerrits
7fc5ad9fff Update installation instructions and banner for release (#625) 2024-09-24 14:58:02 -04:00
Ryan Sweet
dca82b3f5d Rysweet dotnet refactor (#624)
rename the main classes and mixup folder structure
move some tings from samples into core
cleanup cross-deps
cleanup grpc deps
2024-09-24 09:26:30 -07:00
David
2828289f95 type intiate_chat -> initiate_chat (#3533)
AttributeError: 'UserProxyAgent' object has no attribute 'intiate_chat'. Did you mean: 'initiate_chat'?

Co-authored-by: Li Jiang <bnujli@gmail.com>
2024-09-24 08:41:31 +00:00
Xiaoyun Zhang
19de8a8e65 remove .vs folder (#621) 2024-09-24 00:00:42 -07:00
dependabot[bot]
0f3621defd Bump express from 4.19.2 to 4.21.0 in /website (#3552)
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Li Jiang <bnujli@gmail.com>
2024-09-24 06:55:36 +00:00
Jack Gerrits
bbd8ead43e Update TRANSPARENCY_FAQS.md (#618) 2024-09-23 15:23:41 -07:00
Jack Gerrits
dc02719f7c Check for prints (#616)
* Check for prints

* format
2024-09-23 20:10:57 +00:00
Li Jiang
6aaa238b4e Fix issue caused by chromadb error type change (#3557)
* Fix chromadb error type

* Update docs

* Improve robustness

* Fix tests

* Fix docs

* Fix docs

* Fix docs

* Fix docs
2024-09-23 19:19:23 +00:00
Aamir
0172c7131d Instrumentation cookbook (#583)
* Update cookbooks

* Fix

* Fix

* Add

* Update indexg

* resolve comments

* casing

---------

Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-09-23 17:53:30 +00:00
Ryan Sweet
a72ebaef90 Rysweet 531 dotnet create hello agent continued (#606)
fixing base agent classes for io
2024-09-23 17:50:18 +00:00
Jack Gerrits
3cba258df7 Fix home titleg (#613) 2024-09-23 17:45:16 +00:00
Jack Gerrits
52b06ca519 Update sub title (#612) 2024-09-23 16:39:36 +00:00
Mohammad Mazraeh
1ac52729f4 add subscription deduplication (#594)
* add subscription deduplication

* format

---------

Co-authored-by: Mohammad Mazraeh <mmazraeh@microsoft.com>
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
2024-09-23 11:57:48 -04:00
Jack Gerrits
58ee8b7fc1 Overhaul landing page, change top links (#611)
* Overhaul landing page, change top links

* agent chat first
2024-09-23 15:37:05 +00:00
Jack Gerrits
93e7127f1f Change references from agenext to autogen (#610) 2024-09-23 10:46:05 -04:00
Eric Zhu
8ea09318ce Migrate docs to use BaseAgent.register (#605)
* Migrate docs to use BaseAgent.register

* Migrate docs to use BaseAgent.register

* lint format mypy
2024-09-20 22:42:57 +00:00
Jack Gerrits
ab6ba80a98 Update pyright extends for core (#562)
* Update pyright extends for core

* Fixes
2024-09-20 15:51:38 -04:00
Ryan Sweet
d60536c9fe [wip] [dotnet] adding IOAgents (#598)
* new agent events top level photo for base agents
* new tip IOAgent
* fix .net build break from proto
2024-09-20 09:48:12 -07:00
Jack Gerrits
9009c2aa96 add test for skip_class_subscriptions (#604) 2024-09-20 15:37:38 +00:00
Eric Zhu
5f961681d8 Improve type subscription core concept with scenarios (#602) 2024-09-20 14:12:09 +00:00
Eric Zhu
6d3a88409e Merge getting started into guides; update references; add figure for agent life cycle (#599)
* refactor documentation layout

* lint

* update
2024-09-19 17:11:26 -07:00
gagb
c7a3cf0dfc Update application-stack.md (#597)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2024-09-19 23:43:46 +00:00
Jack Gerrits
741ccd77cc Change team one confirmation to be on executor (#595)
* Add confirmation for messages produced by Coder

* change confirmation to be on executor
2024-09-19 22:10:39 +00:00
Jack Gerrits
e818a6160f Add confirmation for messages produced by Coder (#591)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2024-09-19 21:46:33 +00:00
Eric Zhu
46ca778423 format (#593) 2024-09-19 20:59:39 +00:00
msftbozo
207330577f Update TRANSPARENCY_FAQS.md (#590)
Modified Transparency wording per Olga's advice.
2024-09-19 16:19:53 -04:00
Jack Gerrits
d6dce9ebb1 allow class associated subscriptions to be skipped on register (#587)
* allow class associated subscriptions to be skipped on register

* format
2024-09-19 19:50:59 +00:00
gagb
7f25d28aac Update architecture.md (#588) 2024-09-19 12:01:34 -07:00