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:
- Run npx eve-knowledge init
- Add docs to agent/knowledge
- Run npx eve-knowledge index
- 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.