Hacker News new | past | comments | ask | show | jobs | submit login
ReAct REPL Agent: GPT with the ability to search and chain API calls (peterroelants.github.io)
2 points by Xochipilli on April 8, 2023 | hide | past | favorite | 3 comments



I build a large-language model based "agent" that can can execute small tasks by using a Python REPL and pre-implemented methods. The "agent loop" is based on ReAct.

The agent can look up methods using a `method_search()` method that uses semantic search on the indexed Python methods.

I documented my findings in this blogpost and the following repo: https://github.com/peterroelants/gpt_react_repl_w_method_sea...


Great experiment. But what was the 6. task? It was missing in the blog.


Thanks for flagging, the first task was missing from the list. I updated the blogpost.




Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: