#423·EverOS

[Feature]: Easier for a new user/developer to play.

Author: KevinHuShCreated Aug 27, 2026Updated Aug 27, 2026
Labelsenhancement

Area

developer experience

Problem or opportunity

A brilliant project. Something might make it more popular.

  1. Before applying EverOS, what should I do if I want to memorize things accross the agents like Claude code, Codex, Gemini CLI, Cursor and Slack etc,. They all can export conversations.
bash

everos ingest ~/chats/
  1. After ingesting the exiting data, then, I want to use those memo in ClaudeCode/Codex/Cursor. How? I didn't find it in README.md. But, I happenly find it in EverMe(I believe many people can't find it). It's brilliant in term of software architecture. But for convenience for a user/developer, cloning once for everything will be better. Maybe submodule in git might make it work in both ways.

  2. What if I want to start the server by souce code instead of installing anything, what I'm going to do? I want to print things while aagentic_retrieve which is in everalgo, another project. How could I apply my alteration in it? Can it be done less than 3 steps? Maybe it can, show me please.

  3. It will be thankful if a clean and complete eviroment(maybe docker image) is provided. What I'm suppose most developer would do is like following:

    • Apply docker compose up to start a server
    • Change code in the container and docker restart to apply the latest alterations.
    • Otherwise, I need to install a lot of packages and debug the envirement.
  4. About benchmarks, astonishing!! They should be shown in readme.md, which is much easier for researcher to find it.

Proposed solution

  • Ingestion supports five chat formats automatically:

    • Claude JSON exports
    • ChatGPT exports
    • Slack exports
    • Markdown conversations
    • Plain text transcripts
  • Others as I suggested.

Alternatives considered

No response

Additional context

No response