-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I am brainstorming on what to work on next. This is mostly how my brain works and I'd thought I'd open an issue in case anyone else wants to test out an agent-api and share the results as examples. With that said, I prompted gpt for the following list.
- Stock Market Monitoring Agent – A Go agent that fetches stock prices via APIs (e.g., Alpha Vantage, Yahoo Finance) and applies basic trend analysis.
- Email Classifier Agent – An email filtering bot using Naïve Bayes classification with gonum for machine learning.
- Automated To-Do List Assistant – A Go-based CLI or web agent that schedules tasks, sends reminders, and integrates with Google Calendar.
- AI Code Review Agent – A bot that analyzes Go code for best practices and performance using golangci-lint.
- Game-playing Agent – An agent that plays simple games like Tic-Tac-Toe using Minimax or Monte Carlo Tree Search (MCTS).
- Smart Home Controller – An IoT agent in Go that interacts with smart devices using MQTT or Home Assistant APIs.
- AI Resume Screener – An NLP-based agent using prose (Go NLP library) to analyze and categorize resumes.
- Automated Data Entry Bot – A Go bot that reads structured text/images and fills out forms using tesseract-ocr (via Go bindings).
All of the above can be approached as multiple agents working towards the same job.
I think I will proceed with one with the goal of creating some content around to assist in spreading awareness for the agent-api.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels