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.
-
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.
-
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.
-
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.
-
About benchmarks, astonishing!! They should be shown in readme.md, which is much easier for researcher to find it.
Proposed solution
Alternatives considered
No response
Additional context
No response
Area
developer experience
Problem or opportunity
A brilliant project. Something might make it more popular.
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 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.
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_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:
docker compose upto start a serverdocker restartto apply the latest alterations.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:
Others as I suggested.
Alternatives considered
No response
Additional context
No response