Dustin
fd4e722f63
Update code-executors.ipynb ( #2394 )
...
fix spelling typo
2024-04-16 05:03:07 +00:00
Dustin
f3b9febead
Update chat-termination.ipynb ( #2393 )
...
fix grammar mistake
2024-04-16 04:59:46 +00:00
levscaut
812b7f9666
add support for Anthropic Claude function call ( #2311 )
...
* add support for function call
* clear pip install output
* add convert function from `tools` to `functions`
* fix empty user input error(temporary)
2024-04-12 14:53:29 +00:00
Burhanuddin Mustafa Lakdawala
049184edc1
fix markdown for long context user guide ( #2351 )
...
https://microsoft.github.io/autogen/docs/topics/long_contexts/
2024-04-11 16:33:01 +00:00
Seth
5292024839
Fix docs related to Azure OpenAI's "model" ( #2315 )
...
* gitfu to get gh verified commits
* revive lost point
* fixed openai model related docs
* newline EOF
2024-04-09 18:19:30 +00:00
Wael Karkoub
eca6c048f7
Document Migration to TransformMessages ( #2247 )
...
* wip
* tweaks
* undo fix
* undo removal
* adds to FAQ
* modify docs
* undo formatter
* updates docs
* update deprec notice in compressible agent
* restore notebooks
* giorgossideris comments
* cleanup
* resolve comments
* improve english
* improve english
* cleanup
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com >
2024-04-09 16:30:15 +00:00
liujun121533
77e169c918
Fix typo in conversation-patterns.ipynb ( #2322 )
2024-04-08 11:53:34 +00:00
Yiran Wu
f7629d668b
Add Custom GroupChat Speaker Selection to tutorial ( #2219 )
...
* update
* updated
* update
* update
* update
* update
* remove changes to conversation pattern
* update
* update
* update
2024-04-05 18:03:23 +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
Karthikeya Meesala
e513a18ec6
Composio: update text - "Composio Logo" -> "Composio Example" ( #2288 )
...
* add composio to ecosystem page
* composio: delete image
* composio: add image
* Update .gitattributes
* Update website/docs/ecosystem/composio.md
* composio: update text
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com >
2024-04-05 05:54:27 +00:00
Li Jiang
42b27b9a9d
Add isort ( #2265 )
...
* Add isort
* Apply isort on py files
* Fix circular import
* Fix format for notebooks
* Fix format
---------
Co-authored-by: Chi Wang <wang.chi@microsoft.com >
2024-04-05 02:26:06 +00:00
Karthikeya Meesala
713cc9f6e6
add composio to ecosystem page ( #2272 )
...
* add composio to ecosystem page
* composio: delete image
* composio: add image
* Update .gitattributes
* Update website/docs/ecosystem/composio.md
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com >
2024-04-04 22:56:06 +00:00
levscaut
b49d6206de
add support for system message in claude ( #2280 )
2024-04-04 22:44:50 +00:00
levscaut
f5e382a0dd
Add support for Anthropic Claude models ( #2245 )
...
* init notebook
* move notebook to website, remove set your api section
* add link to claude page
* replace config_from_json of raw python config
* update cost
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com >
2024-04-03 22:21:08 +00:00
Benjamin Stein
1c22a93535
Update listdir() in sample code to take correct args ( #2261 )
...
Executing this code (Python 3.11, MacOS) returns error
`TypeError: listdir: path should be string, bytes, os.PathLike, integer or None, not TemporaryDirectory`
Using the string name of the dir works better.
2024-04-03 02:33:27 +00:00
Eric Zhu
c27eb0d0c0
Break up contributor guide for better navigability ( #2250 )
...
* contributor guide
* update
2024-04-02 14:51:22 +00:00
Eric Zhu
c63c52adec
Notebook on web scraping with tool use ( #2192 )
...
* Add web scrapping notebook
* formatting
* tags
* Update
* update
2024-04-02 14:09:10 +00:00
Davor Runje
d970449d5a
added PNG and JPEG files to LFS automatically ( #2226 )
2024-04-02 05:20:47 +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
Mark Sze
3f63db32b9
Added ability to specify 'role' field for select speaker messages for Group Chats (Replaces PR #2167 ) ( #2199 )
...
* Re-commit of code from PR (#2167 ) addressing #1861 , due to wrong basing
* Update website/docs/topics/non-openai-models/best-tips-for-nonopenai-models.md
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com >
* Removed unnecessary notebook images
* Update conversation-patterns.ipynb
Updated to include note about being applicable when auto.
* Updated to include checks that the role is not blank/None. Added tests.
* Changed try-except to use pytest
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com >
2024-03-31 22:54:17 +00:00
Jack Gerrits
6fbb9e8274
Add link for rendering notebooks docs on website ( #2191 )
2024-03-28 15:17:14 +00:00
Jack Gerrits
f467f21ec9
Fix formatting of admonitions in udf docs ( #2188 )
2024-03-28 13:48:24 +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
Jack Gerrits
5ef2dfc104
Implement User Defined Functions for Local CLI Executor ( #2102 )
...
* Implement user defined functions feature for local cli exec, add docs
* add tests, update docs
* fixes
* fix test
* add pandas test dep
* install test
* provide template as func
* formatting
* undo change
* address comments
* add test deps
* formatting
* test only in 1 env
* formatting
* remove test for local only
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com >
2024-03-27 23:45:17 +00:00
Eric Zhu
2bfa181b4d
New conversational chess notebook using nested chats and tool use ( #2137 )
...
* add chess notebook
* update
* update
* Update notebook with figure
* Add example link
* redirect
* Clean up example format
* address gagan's comments
* update references
* fix links
2024-03-25 16:24:08 +00:00
Eric Zhu
c8aca8dbf7
Native tool call support for Mistral AI API and topic notebook. ( #2135 )
...
* Support for Mistral AI API and topic notebook.
* formatting
* formatting
2024-03-25 14:35:29 +00:00
James
212722cd45
missing jupyter when import JupyterCodeExecutor ( #2132 )
2024-03-24 05:25:46 +00:00
Eric Zhu
3dfa305acb
Update docs for new executors ( #2119 )
...
* Update docs for new executors
* Update website/docs/FAQ.mdx
Co-authored-by: gagb <gagb@users.noreply.github.com >
* Update website/docs/FAQ.mdx
Co-authored-by: gagb <gagb@users.noreply.github.com >
* Update website/docs/installation/Installation.mdx
Co-authored-by: gagb <gagb@users.noreply.github.com >
* Update website/docs/installation/Installation.mdx
Co-authored-by: gagb <gagb@users.noreply.github.com >
---------
Co-authored-by: gagb <gagb@users.noreply.github.com >
2024-03-23 04:19:54 +00:00
Eric Zhu
01afc9bbe7
Removing tool use from Use-Cases/agent_chat ( #2120 )
2024-03-23 04:18:17 +00:00
Eric Zhu
a6a7409ac8
Fix link in non-openai model doc ( #2106 )
...
* Fix link in non-openai model doc
* Update about-using-nonopenai-models.md
2024-03-21 00:10:42 +00:00
Mark Sze
7739632ef2
[Documentation] Using non-OpenAI models ( #2076 )
...
* Addition of Non-OpenAI LLM section and main doc page
* Continued writing...
* Continued writing - cloud-based proxy servers
* Folder renamed
* Further writing
* together.ai example added
* Local proxy server added, diagram added, tidy up
* Added vLLM to local proxy servers documentation
* As per @ekzhu's feedback, individual pages and tidy up
* Added reference to LM Studio and renamed file
* Fixed incorrect huggingface.co link
* Run pre-commit checks, added LM Studio redirect
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com >
2024-03-20 20:16:37 +00:00
Eric Zhu
ecc459f8c5
Add tool use chapter to tutorial ( #2079 )
...
* Add tool use chapter
* fix format
* typo
* Edits to tool-use chapter
* update
---------
Co-authored-by: Jack Gerrits <jack@jackgerrits.com >
2024-03-20 19:31:58 +00:00
Jack Gerrits
6d2c923424
Consolidate separate caching docs ( #2054 )
...
* Consolidate separate caching docs
* add pointer for moved
---------
Co-authored-by: Chi Wang <wang.chi@microsoft.com >
2024-03-20 03:40:59 +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
Eric Zhu
6745731612
Add LM Studio Example in Topics ( #2044 )
...
* add lm studio example
* format
* newline
* Update lm-studio.ipynb
* Update lm-studio.ipynb
* update
* update
2024-03-19 17:56:25 +00:00
Dan
501f8d2272
Fix typo in conversation-patterns.ipynb ( #2066 )
2024-03-19 03:27:00 +00:00
Jack Gerrits
e342cfcdb7
Add docs about how to use docker for when autogen itself is run in docker ( #2052 )
2024-03-18 17:13:28 +00:00
Chi Wang
cc836de13d
adjust order of side bars ( #2040 )
...
* adjust order of side bars
* doc improvement
* limit max turns
* improve tests
* improve doc
* improve docstr
2024-03-17 22:57:54 +00:00
Qingyun Wu
8844f86525
Allow different senders in nested chat ( #2028 )
...
* allow sender in nested chat
* description
* update example list
* doc format
* meta data
* add test
2024-03-15 22:26:45 +00:00
Jack Gerrits
ea2c1b270e
Add another batch of notebooks to the website ( #1969 )
...
* Add another batch of notebooks to the website
* update link
---------
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com >
2024-03-15 14:30:34 +00:00
Benhao Huang
462ef9c387
Update chat-termination.ipynb ( #2019 )
...
grammar typos found and fixed
2024-03-14 18:09:49 +00:00
Qingyun Wu
e1c0423d9a
add RAG under topics ( #1990 )
...
* add RAG
* demo
* correct notebook
* Update quarto installation
* Update gitignore
* Update format
* RAG doc
---------
Co-authored-by: Li Jiang <bnujli@gmail.com >
2024-03-14 00:49:39 +00:00
Eric Zhu
0ae35815be
Rename tutorial chapter: "what is next" --> "what next" ( #1992 )
...
* rename termination to chat termination
* label
* redirect
* Rename "what is next" --> "what next"
2024-03-13 15:47:41 +00:00
Eric Zhu
33e42c44cb
Rename tutorial chatper "Termination" to "Chat Termination" ( #1962 )
...
* rename termination to chat termination
* label
2024-03-12 23:55:08 +00:00
Qingyun Wu
99df2c5d5e
Examples by topics ( #1967 )
...
* add reasoning example
* title
* task decomposition
* update demo with custom speark function
* update
* Add metaprompt
* add notebook to topics
* remove
* remove endpoint setup and collab
* ignore words
* rename
* Update .pre-commit-config.yaml
* codespell
* Updates to formatting and content tweaks
---------
Co-authored-by: kevin666aa <yrwu000627@gmail.com >
Co-authored-by: LeoLjl <3110503618@qq.com >
Co-authored-by: Jack Gerrits <jack@jackgerrits.com >
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com >
2024-03-12 20:57:32 +00:00
Jack Gerrits
f42021fb9b
Remove lint silencing comment ( #1970 )
...
No longer needed
2024-03-12 19:51:03 +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
Davor Runje
16955959a3
website/docs/tutorial/assets/conversable-agent.jpg: convert to Git LFS ( #1974 )
2024-03-12 18:09:54 +00:00
Jack Gerrits
11df53bb39
Make notebooks available in navbar ( #1956 )
2024-03-11 22:46:39 +00:00
andreyseas
579c3cc466
Fixed simple grammatical mistake ( #1952 )
2024-03-11 18:07:11 +00:00