Corman

Results 11 issues of Corman

Hi, I want to make a grammar with Python-style indentation. In Python: ```py def stuff(): if True: if True: for i in range(2): print(i) print("YAY") ``` How would I make...

This is a **lot** of suggestions. I don't expect you to get them all done quickly, but here are some ideas. I'd focus on the important ones and the ones...

Suggestion - Please use Discord

I'm a major consumer of APIs that are asynchronous (like `discord.js`) and wanted to make a Five discord bot. You should implement `five.promise` like so: ```ts five.promise = () =...

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...

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...

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 seems like a good idea to integrate headless browsers using a Rust crate such as [thirtyfour](https://github.com/stevepryde/thirtyfour) to allow for fast, performant, and easy access to existing plugins that rely...

Recently, Google's [PALM2](https://ai.google/static/documents/palm2techreport.pdf) model has proven to be a ready competitor to OpenAI's GPT4. For further testing, we should try to integrate it with SmartGPT, but no Rust API for...

In the interest of continued SmartGPT development, I've purchased the `smartgpt.dev` domain. It would be a good idea to try to create a minimal website for organizing all of the...