Commit Graph

150 Commits

Author SHA1 Message Date
Chi Wang bbe4b79d7d
Blogpost and news (#2790)
* blog and news

* update

* economist

* news update

* bump version to 0.2.28

* link update

* address comments

* address comments

* add quote

* address comment

* address comment

* fix link

* guidance
2024-05-26 01:27:52 +00:00
Xiaoyun Zhang b134506dfa
Update README.md (#2736) 2024-05-21 17:27:24 +00:00
Chi Wang 2749e4386f
update news (#2694)
* update news

* cleanup
2024-05-15 18:14:18 +00:00
Shaokun Zhang e3a7e8a37e
Update AgentOptimizer BibTeX (#2578)
* update paper

* update

---------

Co-authored-by: “skzhang1” <“shaokunzhang529@gmail.com”>
Co-authored-by: Jieyu Zhang <jieyuz2@cs.washington.edu>
2024-05-06 00:58:49 +00:00
Chi Wang 6636689cb9
speed up notebook in CI and fix CI failures (#2427)
* speed up notebook in CI

* improve notebook

* comment about filter

* bug fix for summary

* bump version to 0.2.26

* restrict openai version

* news update

* add tags in example
2024-04-18 16:43:34 +00:00
Li Jiang bb374c804e
Add back to top and year (#2324)
* Add back_to_top and year to readme

* Put in right
2024-04-09 16:26:49 +00:00
Chi Wang ebd0210fa1
bump version to 0.2.22 (#2256)
* bump version to 0.2.22

* doc update

* link update

* consider the failure case
2024-04-05 13:41:14 +00:00
Eric Zhu 6ca478502d
Improving website navigation and help click-through analytics collection (#2205)
* Add changes

* Update
2024-04-01 18:32:41 +00:00
Chi Wang e6237d44a1
simplify getting-started; update news (#2175)
* simplify getting-started; update news

* bug fix
2024-03-28 03:43:01 +00:00
Eric Zhu 5c1579d2ad
Add links to roadmap issues from README, Getting-Started, Contribute and Tutorial (#2072)
* Link to roadmap issues.

* Ordering
2024-03-20 02:04:41 +00:00
Chi Wang 858cec8de8
bump version to 0.2.19 and update doc (#1971)
* bump version to 0.2.19 and update doc

* doc update
2024-03-12 19:05:00 +00:00
KazooTTT bfcbb63017
fix: update the docs link (#1879) 2024-03-06 15:41:40 +00:00
Chi Wang f3289cb987
summary of recent updates (#1850)
* share updates

* updates

* fix url

* address comments

* address comments

---------

Co-authored-by: Qingyun Wu <qingyun0327@gmail.com>
2024-03-05 03:38:30 +00:00
Chi Wang d34bd7eb4c
news update (#1720) 2024-02-19 04:02:14 +00:00
Mats Finsås d6cc509d6e
Update outdated link in README.md (#1541) 2024-02-05 14:44:34 +00:00
Ikko Eltociear Ashimine 8dc5c77702
Update README.md (#1491)
Github -> GitHub
2024-02-01 04:41:10 +00:00
olgavrou fdd8813d67
add blog and warning in readme for new breaking changes (#1380)
* add blog and warning in readme for new breaking changes

* add version number to readme note

* Update website/blog/2024-01-23-Code-execution-in-docker/index.mdx

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

* Update website/blog/2024-01-23-Code-execution-in-docker/index.mdx

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

* pr comments

* Update website/blog/2024-01-23-Code-execution-in-docker/index.mdx

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>

* rephrase vulnterability

* address pr comments

* add doc for turning off code execution entirely

* add more in docs about disabling code execution entirely

* Update website/docs/FAQ.md

Co-authored-by: Chi Wang <wang.chi@microsoft.com>

* Update website/docs/Installation.md

Co-authored-by: Chi Wang <wang.chi@microsoft.com>

---------

Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2024-01-24 20:26:23 +00:00
olgavrou a911d1c2ec
set use_docker to default to True (#1147)
* set use_docker to default to true

* black formatting

* centralize checking and add env variable option

* set docker env flag for contrib tests

* set docker env flag for contrib tests

* better error message and cleanup

* disable explicit docker tests

* docker is installed so can't check for that in test

* pr comments and fix test

* rename and fix function descriptions

* documentation

* update notebooks so that they can be run with change in default

* add unit tests for new code

* cache and restore env var

* skip on windows because docker is running in the CI but there are problems connecting the volume

* update documentation

* move header

* update contrib tests
2024-01-18 17:03:49 +00:00
Eric Zhu 22e36cbb10
Support for Python 3.12 (#1317)
* support for Python 3.12

* add python 3.12 to workflows

* version string fix

* retrieval chat

* teachability

* workflow

* redistribute notebook tests

* fix incorrect notebook introduction

* update banner; remove unused imports; update openai workflow

---------

Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2024-01-18 07:15:06 +00:00
Qingyun Wu 643a031062
guide on the usage of docker (#1111)
* docker documentation

* docker doc

* clean contribute.md

* minor change

* Add more detailed description

* add docker instructions

* more dockerfiles

* readme update

* latest python

* dev docker python version

* add version

* readme

* improve doc

* improve doc

* path name

* naming

* Update website/docs/Installation.md

Co-authored-by: Chi Wang <wang.chi@microsoft.com>

* Update website/docs/Installation.md

Co-authored-by: Chi Wang <wang.chi@microsoft.com>

* Add suggestion to install colima for Mac users

* Update website/docs/Installation.md

Co-authored-by: Chi Wang <wang.chi@microsoft.com>

* Update website/docs/Installation.md

Co-authored-by: olgavrou <olgavrou@gmail.com>

* update doc

* typo

* improve doc

* add more options in dev file

* contrib

* add link to doc

* add link

* Update website/docs/Installation.md

Co-authored-by: Chi Wang <wang.chi@microsoft.com>

* Update website/docs/Installation.md

Co-authored-by: Chi Wang <wang.chi@microsoft.com>

* instruction

* Update website/docs/FAQ.md

Co-authored-by: Chi Wang <wang.chi@microsoft.com>

* FAQ

* comment autogen studio

---------

Co-authored-by: Yuandong Tian <yuandong@fb.com>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
Co-authored-by: olgavrou <olgavrou@gmail.com>
2024-01-08 02:36:04 +00:00
Chi Wang 172df5545d
contributor wall & news update (#1165)
* bump version to 0.2.4

* update

* display more contributors in the wall

* news update

* news update

---------

Co-authored-by: kevin666aa <yrwu000627@gmail.com>
2024-01-07 15:50:39 +00:00
afourney e5ebdb66bf
Remove GPT-4 as the default model. (#1072)
* Remove GPT-4 as the default model.

* Updated test_compressible_agent to work around a bug that would otherwise default to gpt-4. Revist after #1073 is addressed.

* Worked around another bug in test_compressible_agent. It seems the config_list was always empty!

* Reverted changes to compressible agent.

* Noted that GPT-4 is the preferred model in the OAI_CONFIG_LIST_sample and README.

* Fixed failing tests after #1110

* Update OAI_CONFIG_LIST_sample

Co-authored-by: Chi Wang <wang.chi@microsoft.com>

---------

Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2024-01-05 14:27:48 +00:00
Yuandong Tian e5710993a1
Update README to incorporate using existing docker image (#1040)
* Update README to incorporate using existing docker image

* Fixing precommit issues

---------

Co-authored-by: Yuandong Tian <yuandong@fb.com>
2023-12-22 18:13:45 +00:00
danyrouh 3a768c3189
Simple chat app (#921)
* Add file

Initial implementation

* Add file

Implementation

* 1. update readme 2. update web example 3. update code

* update readme

* remove working dir

* update

---------

Co-authored-by: “skzhang1” <“shaokunzhang529@gmail.com”>
Co-authored-by: Shaokun Zhang <shaokunzhang529@gmail.com>
2023-12-12 01:27:40 +00:00
Burhanuddin Mustafa Lakdawala f8d3c6bca3
fix 0.2 release tag link (#872)
It had to be a complete link because the relative link tries to go to main/blob/releases which is invalid
2023-12-05 05:18:47 +00:00
Qingyun Wu 6f4d16e945
fix citations (#843)
* fix citations

* make citation more explicit

* add link

* emoji

* add link

* link

* add citation

* flaml link
2023-12-02 22:40:45 +00:00
Chi Wang 45036794e7
update the news for v0.2 release (#844)
* update the news for v0.2 release

* fix format
2023-12-02 18:41:28 +00:00
Chi Wang 9ce60c454d
update about pyautogen 0.2 (#826) 2023-12-01 04:07:23 +00:00
Shaokun Zhang ba5a07a945
Add ecosystem page for website (#803)
* add ecosystem for web

* 1. change to Resources and Examples tables 2. reformat

* fix

* fix

* fix

* update

* update

* update

* update

* update

* Update website/docs/Ecosystem.md

* update

---------

Co-authored-by: “skzhang1” <“shaokunzhang529@gmail.com”>
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
2023-11-30 18:31:08 +00:00
Qingyun Wu d8d05279a5
update readmex (#759) 2023-11-24 19:50:39 +00:00
Qingyun Wu 841b533da8
add doc about openai assistants (#659)
* add doc for openai assistants

* Update README.md

Co-authored-by: Chi Wang <wang.chi@microsoft.com>

* add basic notebook

---------

Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2023-11-13 21:05:30 +00:00
Qingyun Wu fda7a39dd9
improve readme (#630)
* improve readme

* Update README.md

Co-authored-by: Chi Wang <wang.chi@microsoft.com>

---------

Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2023-11-11 15:17:04 +00:00
Malik Muhammad Moaz 8d225dbcad
added twitter(X) banner + link to readme (#615)
* added twitter(X) banner + link to readme

* Update README.md

Fix typo in the label

---------

Co-authored-by: gagb <gagb@users.noreply.github.com>
2023-11-11 13:56:45 +00:00
Ian f77ca897f2
Introducing Experimental GPT Assistant Agent in AutoGen (#616)
* add gpt assistant agent

* complete code

* Inherit class ConversableAgent

* format code

* add code comments

* add test case

* format code

* fix test

* format code

* Improve GPTAssistant

* Use OpenAIWrapper to create client
* Implement clear_history()
* Reply message formatting improvements
* Handle the case when content contains image files

* README update

* Fix doc string of methods

* add multiple conversations support

* Add GPT Assistant Agent into README

* fix test

---------

Co-authored-by: gagb <gagb@users.noreply.github.com>
Co-authored-by: Beibin Li <beibin79@gmail.com>
2023-11-11 13:54:18 +00:00
Qingyun Wu d5cbc2b3ba
add AutoGen paper info at the beginning of readme (#621)
* add paper info on top of readme

* update info

* add paper info

* revise date
2023-11-10 17:45:59 +00:00
Chi Wang 5dfbbbdf73
news update (#609)
* news update

* separate lines
2023-11-09 15:40:15 +00:00
Vatsalya Vyas bdfbca887d
Update README.md (#507)
Fixed small typos

Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2023-11-05 18:09:39 +00:00
Chi Wang c4f8b1c761
Dev/v0.2 (#393)
* api_base -> base_url (#383)

* InvalidRequestError -> BadRequestError (#389)

* remove api_key_path; close #388

* close #402 (#403)

* openai client (#419)

* openai client

* client test

* _client -> client

* _client -> client

* extra kwargs

* Completion -> client (#426)

* Completion -> client

* Completion -> client

* Completion -> client

* Completion -> client

* support aoai

* fix test error

* remove commented code

* support aoai

* annotations

* import

* reduce test

* skip test

* skip test

* skip test

* debug test

* rename test

* update workflow

* update workflow

* env

* py version

* doc improvement

* docstr update

* openai<1

* add tiktoken to dependency

* filter_func

* async test

* dependency

* migration guide (#477)

* migration guide

* change in kwargs

* simplify header

* update optigude description

* deal with azure gpt-3.5

* add back test_eval_math_responses

* timeout

* Add back tests for RetrieveChat (#480)

* Add back tests for RetrieveChat

* Fix format

* Update dependencies order

* Fix path

* Fix path

* Fix path

* Fix tests

* Add not run openai on MacOS or Win

* Update skip openai tests

* Remove unnecessary dependencies, improve format

* Add py3.8 for testing qdrant

* Fix multiline error of windows

* Add openai tests

* Add dependency mathchat, remove unused envs

* retrieve chat is tested

* bump version to 0.2.0b1

---------

Co-authored-by: Li Jiang <bnujli@gmail.com>
2023-11-04 04:01:49 +00:00
Aditya 5089525ecc
Update README.md (#506)
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2023-11-02 19:29:41 +00:00
Ikko Eltociear Ashimine b432c1b108
Fix typo in README.md (#481)
Contributers -> Contributors
2023-10-30 16:10:22 +00:00
Chi Wang 6e74e2d51a
headsup about dependency change (#378)
* headsup about dependency change

* more change
2023-10-23 15:34:32 +00:00
Ishita Pathak 5c4edcd8bc
Update README.md (#321)
Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
2023-10-21 19:14:46 +00:00
Chi Wang fc59da5113
add downloads stats in readme (#334) 2023-10-21 04:58:45 +00:00
gagb 4de81d02bb
Update README.md with Roadmap. (#304)
also removed ugly periods. fixes: https://github.com/microsoft/autogen/issues/289#issuecomment-1771140811

Co-authored-by: Qingyun Wu <qingyun.wu@psu.edu>
2023-10-19 18:58:49 +00:00
Chi Wang 1394e29326
bump version to 0.1.11 (#242)
* bump version to 0.1.11

* fix format issue
2023-10-15 15:01:05 +00:00
Sheetali Maity 04319c968a
Added comment about config_list in the README example #216 (#218)
* Update README.md

* Update README.md
2023-10-13 15:49:47 +00:00
Deepanshu 98ca5bcc80
Fix typo in README.md (#193) 2023-10-12 03:47:04 +00:00
gagb c7dd6ce1f7
Add md for faqs (#194)
* Add md for faq; Update readme

* Update TRANSPARENCY_FAQS.md

Co-authored-by: Chi Wang <wang.chi@microsoft.com>

* Update TRANSPARENCY_FAQS.md

Co-authored-by: Chi Wang <wang.chi@microsoft.com>

* Remove trailing space

* Fix trailing space issue

---------

Co-authored-by: Chi Wang <wang.chi@microsoft.com>
2023-10-12 03:27:55 +00:00
wayliums 0a1214f875
Make getting started a little easier (#180)
* Update README.md

add codespace quick start

* add codespace

* update path

---------

Co-authored-by: Li Jiang <lijiang1@microsoft.com>
2023-10-11 01:20:04 +00:00
Manish Kumar 50d6d9e0b8
move citation before contributing (#154) 2023-10-08 14:45:54 +00:00