zawakin/lightweight-agi
Lightweight AGI: Building General AI with Golang and Flexible Language Models
This project helps developers build custom AI agents that can tackle complex objectives across different domains. You provide a high-level goal, and the agent breaks it down, creates tasks, executes them using a language model like GPT-4, evaluates the results, and prioritizes next steps. It's for Go developers looking to create self-improving AI solutions for problem-solving or knowledge acquisition.
No commits in the last 6 months.
Use this if you are a Go developer who wants to create an autonomous AI agent capable of iteratively refining objectives, executing tasks, and learning from outcomes to achieve a broad goal.
Not ideal if you need an out-of-the-box, fully tested AI application or if you're not comfortable with Go development and integrating with OpenAI's API.
Stars
29
Forks
—
Language
Go
License
MIT
Category
Last pushed
May 15, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/zawakin/lightweight-agi"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
langfuse/langfuse-docs
🪢 Langfuse documentation -- Langfuse is the open source LLM Engineering Platform. Observability,...
google/generative-ai-go
Go SDK for Google Generative AI
tech1024/goai
A friendly API and abstractions for developing AI applications.
jetify-com/ai
The AI framework for Go developers. Build powerful AI applications and agents using our free,...
connerohnesorge/groq-go
Client package for interacting with language models avaliable on the groq api with numerous...