eve-knowledge for eve agents

I built eve-knowledge, a small package that adds an agent/knowledge folder convention for Eve agents.

It is useful when you don’t want to stuff product docs, support runbooks, policies, or FAQs into instructions.md.

Flow:

  1. Run npx eve-knowledge init
  2. Add docs to agent/knowledge
  3. Run npx eve-knowledge index
  4. Your agent can search that knowledge through a generated search_knowledge tool and answer with citations

Repo: GitHub - aiswarya797/eve-knowledge · GitHub
npm: https://www.npmjs.com/package/eve-knowledge

Would love feedback from people building Eve agents.