Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devhelpr/llm-agent-poc

Simple Agent feedback-loop for performing simple tasks and improving on feedback
https://github.com/devhelpr/llm-agent-poc

Last synced: 26 days ago
JSON representation

Simple Agent feedback-loop for performing simple tasks and improving on feedback

Awesome Lists containing this project

README

        

# Simple Agent feedback-loop for performing simple tasks and improving on feedback

This project has a simple feedback loop that performs a simple task using an LLM (openai in this case) and an evulation task that provides feedback on the output of the task. In the iteration, the agent learns from the feedback and improves its previous output.

## How to run

npm run dev

## Links to resources

- [General nodejs with typescript setup](https://blog.logrocket.com/how-to-set-up-node-typescript-express/)