Cormanz/smartgpt
A Rust-based agent framework enabling LLMs to autonomously complete complex tasks using configurable plugins and dynamic tool-chaining.

SmartGPT is an experimental autonomous agent system designed to give LLMs such as GPT-3.5 and GPT-4 the ability to complete complex tasks without human input. It achieves this by breaking down larger problems into smaller sub-problems and collecting information through internet access and other external sources. The framework features first-class plugin support, a configurable YAML-based system, and a smart action-execution engine with static tool-chaining for consistent results.
Frequently asked
- What is Cormanz/smartgpt?
- A Rust-based agent framework enabling LLMs to autonomously complete complex tasks using configurable plugins and dynamic tool-chaining.
- Is smartgpt open source?
- Yes — Cormanz/smartgpt is open source, released under the MIT license.
- What language is smartgpt written in?
- Cormanz/smartgpt is primarily written in Rust.
- How popular is smartgpt?
- Cormanz/smartgpt has 1.7k stars on GitHub.
- Where can I find smartgpt?
- Cormanz/smartgpt is on GitHub at https://github.com/Cormanz/smartgpt.