https://github.com/valenradovich/agents
a lot of simple agents, all from scratch in python.
https://github.com/valenradovich/agents
Last synced: 3 months ago
JSON representation
a lot of simple agents, all from scratch in python.
- Host: GitHub
- URL: https://github.com/valenradovich/agents
- Owner: valenradovich
- Created: 2024-09-20T15:52:39.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-10-22T13:28:13.000Z (7 months ago)
- Last Synced: 2025-01-20T01:26:09.027Z (4 months ago)
- Language: Python
- Homepage:
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# agents
here you can find some simple agents that i've coded for different tasks, all of them, almost from scratch.## reddtriever
i'm always querying google or perplexity using 'site:reddit.com' to find relevant information about some topic, question, research, etc.
so i made this agent to just do that, in a easier and faster way. all from my terminal.## reason-act
ReAct agent from scratch based on the paper [ReAct: Synergizing Reasoning and Acting in Language Models](https://arxiv.org/pdf/2210.03629).
it can search the web, get weather and play music in spotify.
the next will be:
- write and send emails.
- read and summarize emails.
- create events in google calendar.
- more stuff...