Reinier van der Leer
f0ede64ded
chore(forge): Upgrade OpenAI client lib and LiteLLM from v0 to v1
...
* Update `openai` dependency from `^0.27.8` to `^1.7.2`
* Update `litellm` dependency from `^0.1.821` to `^1.17.9`
* Migrate llm.py from OpenAI module-level client to client instance
* Update return types in llm.py for new OpenAI and LiteLLM versions
* Also remove `Exception` as a return type because they are raised, not returned
* Update tutorials/003_crafting_agent_logic.md accordingly
Note: this changes the output types of the functions in `forge.llm`: `chat_completion_request`, `create_embedding_request`, `transcribe_audio`
2024-01-16 16:14:52 +01:00
Himanshu Mittal
b8238c2228
[Documentation Update] Updating Using and Creating Abilities to use Action Annotations ( #6653 )
...
Changing ability documentation
2024-01-02 16:32:18 +01:00
SwiftyOS
0d91006e0b
removed entering the arena from the getting started tutorial
2023-12-05 18:00:05 +01:00
bsenst
578087ec96
fix typos ( #5608 )
...
Co-authored-by: Nicholas Tindle <nicholas.tindle@agpt.co >
2023-11-07 17:22:05 -06:00
SwiftyOS
dae6ee2c47
Removed unfinished tutorials
2023-10-20 14:27:07 +02:00
PaperMoose
d173dd772d
Tutorial improvement ( #5736 )
...
Co-authored-by: Silen Naihin <silen.naihin@gmail.com >
2023-10-17 17:52:33 -07:00
Alex Worden
6682653ddd
Update 003_crafting_agent_logic.md ( #5456 )
...
Fix a typo and remove redundant banter
2023-10-02 10:15:10 +02:00
SwiftyOS
6f289e6dfa
Renamed wip tutorials to wip
2023-09-27 17:17:04 +02:00
SwiftyOS
3109fa583b
forge - tutorial 3 adding images
2023-09-27 17:10:07 +02:00
SwiftyOS
4360527b43
forge - adding rest of tutorial 3
2023-09-27 16:52:19 +02:00
SwiftyOS
a14aadd914
forge - added prompt engine tutorial section
2023-09-27 12:51:31 +02:00
SwiftyOS
8f8b7d9ecd
forge - updating tutorial 3
2023-09-27 12:37:52 +02:00
merwanehamadi
8f41dbe27d
Rename Auto-GPT to AutoGPT ( #5301 )
...
* Rename to AutoGPT
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
* Update autogpts/autogpt/BULLETIN.md
Co-authored-by: Reinier van der Leer <pwuts@agpt.co >
* Update BULLETIN.md
* Update docker-compose.yml
* Update autogpts/forge/tutorials/001_getting_started.md
Co-authored-by: Reinier van der Leer <pwuts@agpt.co >
* Update autogpts/autogpt/tests/unit/test_logs.py
Co-authored-by: Reinier van der Leer <pwuts@agpt.co >
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update introduction.md
* Update plugins.md
---------
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com >
Co-authored-by: Reinier van der Leer <pwuts@agpt.co >
2023-09-22 15:49:29 -07:00
SwiftyOS
ca644f8be0
forge - Added image for 3rd tutorial
2023-09-22 17:44:11 +02:00
SwiftyOS
ea1e381003
forge - added draft 3rd tutorial
2023-09-22 17:40:23 +02:00
SwiftyOS
4fd1d4b426
forge - added tutorial images
2023-09-22 16:30:00 +02:00
SwiftyOS
6705a6be08
Updating the 2nd tutorial
2023-09-22 15:07:33 +02:00
SwiftyOS
4acccc0b8d
forge - updating agent blueprint tutorial
2023-09-22 13:11:08 +02:00
SwiftyOS
135bf18d65
Updated the readme with links to the tutorial series
2023-09-22 12:28:14 +02:00
SwiftyOS
945400ab4e
Updated the first tutorial
2023-09-22 12:09:33 +02:00
SwiftyOS
447f9963fb
Added memory papers
2023-09-21 18:21:36 +02:00
SwiftyOS
e6206c0ed6
Added llm tool papers
2023-09-21 18:21:27 +02:00
SwiftyOS
2dd0a61a6e
Added planning papers
2023-09-21 18:21:16 +02:00
SwiftyOS
d4222519eb
Added instructions about cloning and changing dir
2023-09-20 22:50:39 +02:00
SwiftyOS
88f0b04015
fixed grammer
2023-09-20 22:50:39 +02:00
SwiftyOS
c72a35e92e
Added blueprint of an agent tutorial
2023-09-20 17:29:14 +02:00
SwiftyOS
4d629960bb
renamed skills -> abilities
2023-09-20 16:45:47 +02:00
SwiftyOS
9c4617eefa
Added the getting started tutorial
2023-09-20 16:45:32 +02:00
SwiftyOS
8fdccfa05a
Added outline for memory tutorial
2023-09-20 12:41:04 +02:00
SwiftyOS
4f002d66be
Added outline for skills tutorial
2023-09-20 12:40:52 +02:00
SwiftyOS
93be3f54e3
Adding outline of the planning tutorial
2023-09-20 11:48:42 +02:00
SwiftyOS
309a6af359
Added outline of benchmarking tutorial
2023-09-20 11:48:05 +02:00
SwiftyOS
585ba1a1fd
Add outline of agent overview tutorial
2023-09-20 11:47:36 +02:00
SwiftyOS
c707cec362
Added outline of tutorial 1
2023-09-20 11:46:55 +02:00