# Cormanz/smartgpt

A program that provides LLMs with the ability to complete complex tasks using plugins.

Repository: https://github.com/Cormanz/smartgpt
Canonical: https://ross.abutalabs.com/products/smartgpt
Language: Rust
License: MIT
License Family: permissive
Topics: ai, gpt-3, gpt-4, llm, openai, rust
Last push: 2024-04-11T05:46:18+00:00

## Health v2 (maintenance only)
Score: 30/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 88
- inputs: {"age_days": 1241, "days_push": 874, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1736, forks 125 (observed 2026-08-28T04:05:29.691471+00:00)

## What it is
SmartGPT is an experimental Rust program that lets LLMs like GPT-3.5 and GPT-4 autonomously complete complex tasks by breaking them into subproblems and using plugins to access external sources like the internet. It emphasizes modularity, a single config.yml for configuration, and consistent results via dynamic action execution and static tool-chaining.

## Use cases
- run autonomous AI agents that complete tasks without user input
- let GPT-4 break complex goals into smaller subtasks
- extend LLM capabilities with custom plugins
- build modular AutoGPT-style agent pipelines in Rust
- have an LLM gather information from the internet automatically
- configure agent behavior through a single YAML file

## When to choose
- you want a modular, plugin-first alternative to AutoGPT written in Rust
- you need fine-grained control over agent composition via config
- you're experimenting with cutting-edge autonomous LLM agents and can tolerate instability

## When to avoid
- you need a stable, well-tested production tool with a rich ecosystem
- you require advanced memory management systems
- backwards compatibility matters for your workflow

## Facets
- artifact type: application
- maturity: experimental
- function: agent-framework, llm-inference, plugin-system, web-scraping
- domain: artificial-intelligence, large-language-models
- platform: windows, cli, rust
- tags: autogpt, gpt-4, gpt-3, openai, autonomous-agents, task-automation, ai-agents, automation, linux, macos

## Member repositories
- Cormanz/smartgpt (main) score 30

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:29.691471+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:30:39.688822+00:00, confidence not recorded.
  - readme: https://github.com/Cormanz/smartgpt (fetched 2026-08-28T04:05:29.691471+00:00, sha 098d341f06b8)
  - registry_crates: https://crates.io/api/v1/crates/smartgpt (fetched 2026-08-29T11:07:46.600354+00:00, sha 1f1e631316a1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
