-
Notifications
You must be signed in to change notification settings - Fork 912
[Feature]: Easier for a new user/developer to play. #423
Description
Area
developer experience
Problem or opportunity
A brilliant project. Something might make it more popular.
- 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.
everos ingest ~/chats/-
After ingesting the exiting data, then, I want to use those memo in ClaudeCode/Codex/Cursor. How?
I didn't find it inREADME.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. -
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 whileaagentic_retrievewhich 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. -
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 upto start a server - Change code in the container and
docker restartto apply the latest alterations. - Otherwise, I need to install a lot of packages and debug the envirement.
- Apply
-
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