Skip to content

Commit

Permalink
Add more info.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel committed Aug 12, 2023
1 parent 11336a9 commit dbb6469
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/tutorial/demo-apps/babyagi-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,15 @@ sidebar_position: 25
> _terminal app_, _agent_, _BabyAGI_
TypeScript implementation of the BabyAGI classic and BabyBeeAGI.

## BabyAGI Classic

[Source Code](https://github.com/lgrammel/modelfusion/blob/main/examples/babyagi-agent/src/BabyAGI.ts)

TypeScript implementation of the classic [BabyAGI](https://github.com/yoheinakajima/babyagi/blob/main/classic/babyagi.py) ([Tweet](https://twitter.com/yoheinakajima/status/1640934493489070080)) by [@yoheinakajima](https://twitter.com/yoheinakajima) without embeddings.

## BabyBeeAGI

[Source Code](https://github.com/lgrammel/modelfusion/blob/main/examples/babyagi-agent/src/BabyBeeAGI.ts)

TypeScript implementation of [BabyBeeAGI](https://github.com/yoheinakajima/babyagi/blob/main/classic/BabyBeeAGI.py) ([Tweet](https://twitter.com/yoheinakajima/status/1652732735344246784)) by [@yoheinakajima](https://twitter.com/yoheinakajima) with mandatory SerpAPI usage and a minor JSON parsing improvement.

1 comment on commit dbb6469

@vercel
Copy link

@vercel vercel bot commented on dbb6469 Aug 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.