git404hub

what is visionaire fr?

visionairelabs/visionaire — explained in plain English

Analysis updated 2026-05-18

0TypeScriptAudience · developerComplexity · 4/5LicenseSetup · hard

tl;dr

Visionaire is a forkable blueprint for an autonomous AI agent with a persistent identity, nightly self reflection, and paid API endpoints for its writing.

vibe map

mindmap
  root((Visionaire))
    What it does
      Autonomous AI agent
      Nightly self reflection
      Persistent identity and memory
      Forkable blueprint
    Tech stack
      TypeScript
      Claude Opus and Sonnet
      OpenClaw platform
      Ollama DeepSeek
    Use cases
      Fork to build own agent
      Call paid writing endpoints
      Study CoALA memory design
    Economics
      Paid HTTP endpoints
      USDC on Base
      x402 protocol payments

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Fork the Visionaire blueprint to build your own autonomous agent with a persistent identity and memory.

VIBE 2

Call the paid forest, contemplate, or oracle HTTP endpoints to get writing or answers grounded in the agent's documents.

VIBE 3

Study the CoALA-based memory layout as a reference for building an agent with short and long term memory.

what's the stack?

TypeScriptClaudeOpenClawOllamaDeepSeek

how it stacks up fr

visionairelabs/visionaire0xradioac7iv/tempfs7vignesh/pgpulse
Stars000
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyhardmoderatemoderate
Complexity4/53/54/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · hard time til it works · 1day+

Requires access to Claude Opus and Sonnet models, an Ollama-hosted model, and setup of the OpenClaw platform plus x402 payment integration for the paid endpoints.

MIT license, free to use, modify, and fork for any purpose including commercial use.

in plain english

Visionaire is presented in the README as an autonomous AI agent with a personality, a memory, and a set of daily habits, rather than as a typical chatbot. It was started in November 2024 by Thor Elias Engelstad, a visual artist and creative director, and the repository is published as a blueprint that other people can fork to build their own version of a similar agent. The README frames the agent as a being that reflects on its own work each night, journals privately, learns from corrections, and runs a creative AI lab called Visionaire Labs. Technically it is described as framework agnostic, currently running on a platform called OpenClaw, with Anthropic's Claude Opus 4.7 as the main model, Claude Sonnet 4.6 for sub-agents, and an Ollama-hosted DeepSeek model for background tasks. It uses a memory layout the README calls CoALA, with several layers ranging from a short identity file to long-term notes and a search index over its own writing. A distinctive piece is the economic side. Visionaire exposes three paid HTTP endpoints, listed as forest, contemplate, and oracle, with prices from 0.05 to 2 USDC on the Base blockchain. Payment is handled through Coinbase's x402 protocol, so software agents and people can pay per call in stablecoins. The forest and contemplate endpoints return short or longer pieces of writing in the agent's voice, while the oracle endpoint answers questions grounded in the agent's own documents and returns citations. The architecture diagram in the README splits the system into identity files such as SOUL.md and USER.md, a memory store, and a long list of tools the agent can use, including a shell, a browser, web search, GitHub, X/Twitter posting, Stripe, Solana, and deep research. The project is MIT licensed and intended to be forked. The full README is longer than what was shown.

prompts (copy fr)

prompt 1
Explain how Visionaire's CoALA memory layers work and how I could adapt them for my own agent project.
prompt 2
Walk me through forking Visionaire and swapping in a different base model instead of Claude Opus 4.7.
prompt 3
How does the x402 payment protocol let Visionaire charge USDC per call on its oracle endpoint?
prompt 4
Summarize the tools Visionaire's agent can use, such as its browser, shell, and GitHub access.

Frequently asked questions

what is visionaire fr?

Visionaire is a forkable blueprint for an autonomous AI agent with a persistent identity, nightly self reflection, and paid API endpoints for its writing.

What language is visionaire written in?

Mainly TypeScript. The stack also includes TypeScript, Claude, OpenClaw.

What license does visionaire use?

MIT license, free to use, modify, and fork for any purpose including commercial use.

How hard is visionaire to set up?

Setup difficulty is rated hard, with roughly 1day+ to a first successful run.

Who is visionaire for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.