smartgpt icon indicating copy to clipboard operation
smartgpt copied to clipboard

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

Results 19 smartgpt issues
Sort by recently updated
recently updated
newest added

I hope to add proxy configuration in yml

When doing testing, **gpt-3.5-turbo** tends to struggle a lot with formatting JSON queries. It sometimes responds with plaintext and then gives the JSON query, or messes up the format. This...

It is possible to create a cross-platform dynamic library using LLVM that can be imported by Rust on various systems. LLVM, a collection of modular and reusable compiler and toolchain...

Papers like the [Generative Agents: Interactive Simulacra of Human Behavior](https://arxiv.org/abs/2304.03442) paper and the [Reflexion: an autonomous agent with dynamic memory and self-reflection](https://arxiv.org/abs/2303.11366) paper, alongside the [GPT 4 is Smarter than...

Would it be possible to provide a more concrete example of how to use it, in the README file? Like an example where we ask it a specific question and...

The errors provided, like a missing config, are not good or provided, #6 highlights this problem. Also, sidenote, the config should be checked at runtime, not compilation.

This aims to resolve #25 by proposing a new Smart Agent solution described below, where an agent is divided into three sub-agents. # Brainstormer Memory: - The task and role....

# Introduction This is a **major issue** that will revamp how SmartGPT works. Projects like [SwarmGPT](https://github.com/Open-Swarm-Net/GPT-Swarm) show the potential of large amounts of parallelized agents working together. Meanwhile, SmartGPT has...

It's a great project, but since most GPT programmers know Python, if you implement a Python version, it will attract more attention.