Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/devhelpr/llm-agent-poc
- Owner: devhelpr
- Created: 2024-12-22T10:36:58.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2024-12-22T10:39:55.000Z (26 days ago)
- Last Synced: 2024-12-22T11:31:54.816Z (26 days ago)
- Language: TypeScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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/)