-
Notifications
You must be signed in to change notification settings - Fork 203
eve-knowledge: a knowledge folder for Eve agents #155
aiswarya797
started this conversation in
Show and tell
-
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: https://github.com/aiswarya797/eve-knowledge
npm: https://www.npmjs.com/package/eve-knowledge
Would love feedback from people building Eve agents.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment