evexBrowseDocsLeaderboard
evexthe eve agent registry
LeaderboardDocsLearneve docsllms.txt
Back to Registry

Docs Knowledge Assistant

support

Docs Q&A agent for Eve.

TOby TommyBez15 files

Install

npx shadcn@latest add @evex/docs-knowledge-assistant

What is Docs Knowledge Assistant?

Docs Knowledge Assistant is an Eve agent that Answers from your repo docs and cites the file. It is for Eve developers answering product questions. Preview every file on this page, then install with npx shadcn@latest add @evex/docs-knowledge-assistant. Docs Knowledge Assistant is an eve agent that answers questions from the installing repository's documentation files.

Answers from your repo docs and cites the file.

Other package managers

Prefer pnpm, yarn, or bun? Copy the matching install command.

Package manager
$npx shadcn@latest add @evex/docs-knowledge-assistant
Category
support

support agents and workflows

Files
15 files

1 skill file · 4 tools

Requires
2 dependencies

eve@^0.31.3, zod@4.3.6

Updated
Aug 26, 2026

Source-owned registry metadata

What's included

15 files1 skill file4 tools
Dependencies:eve@^0.31.3zod@4.3.6

About Docs Knowledge Assistant

Docs Knowledge Assistant is an eve agent that answers questions from the installing repository's documentation files. It searches README, docs/, CONTRIBUTING*, and AGENTS.md, then replies with file-path citations so readers can verify the source.

You interact with it through Eve chat sessions or by mentioning it on a GitHub issue comment. It ignores pull request conversations, never publishes GitHub PR reviews, and never applies taxonomy labels or triage other issues.

When the documentation clearly lacks an answer, it says so. On GitHub issue-comment turns it can optionally open a documentation-gap issue with open_docs_issue so maintainers can track missing docs without turning the agent into a second issue bot.

How it works

  1. A user asks a documentation question in Eve chat, or mentions @docs-knowledge-assistant on a GitHub issue comment matching GITHUB_APP_SLUG.
  2. The GitHub channel rejects pull request conversations and review threads, then injects issue context for the zai/glm-5.2 model.
  3. The agent loads the docs-qa skill when needed, then calls search_docs and read_doc, which refuse non-documentation paths and discover README.* / CONTRIBUTING.* variants at the repo root.
  4. It answers from those files only and cites each path it relied on. write_file is disabled so the agent cannot rewrite the repository as an answer.
  5. If the docs do not cover the question, it says so. On GitHub issue-comment turns only, a clear gap may call open_docs_issue once; Eve chat receives readyToOpen false because no GitHub publisher runs there. The channel creates the issue through the GitHub Issues API without applying taxonomy labels.
  6. Evals cover answering with a README citation, saying not-in-docs, and refusing PR review or labeling requests.

Use cases

Install and setup questions from README

New contributors ask how to install or configure the project in Eve chat. The agent reads README.md or docs/install.md and answers with the cited path instead of guessing from source.

Contributor workflow questions on GitHub issues

Mention the bot on an issue asking about contribution steps. It answers from CONTRIBUTING* or AGENTS.md and posts the cited reply on the issue timeline.

Honest gaps when docs are silent

When someone asks about on-call policy or an undocumented API, the agent says the docs do not cover it rather than inventing steps from application source.

Track missing documentation

When a recurring question on a GitHub issue has no docs home, open_docs_issue creates a focused documentation issue so maintainers can fill the gap without labeling or triaging other work.

Requirements

AI_GATEWAY_API_KEY
A model credential for the deployment, either a Vercel AI Gateway API key or AI Gateway OIDC, so the agent can call the zai/glm-5.2 model.
GITHUB_APP_ID
Optional. The App ID of the GitHub App used for issue-comment Q&A. Needs Metadata read, Contents read, and Issues read/write. Do not grant Pull requests write.
GITHUB_APP_PRIVATE_KEY
Optional. The PEM private key for the GitHub App. When stored as a single-line variable, replace literal newlines with \n.
GITHUB_WEBHOOK_SECRET
Optional. Shared secret for verifying GitHub webhooks at /eve/v1/github. A mismatch produces HTTP 401.
GITHUB_APP_SLUG
Optional. The mention users type on GitHub, defaulting to docs-knowledge-assistant. It must match your GitHub App name.

FAQ

How do I install and ask a question?

Run npx shadcn@latest add @evex/docs-knowledge-assistant inside an eve app, set AI_GATEWAY_API_KEY, then ask documentation questions in Eve chat. For GitHub issue replies, deploy over HTTPS, create a GitHub App pointing at /eve/v1/github, and mention the bot on an issue.

Does it review pull requests or label issues?

No. The channel ignores pull request conversations, there is no PR review publication path, and it never applies taxonomy labels. Use @evex/code-reviewer for PR reviews and @evex/github-issue-maintainer for issue triage.

Which files can it read?

Only README*, docs/**, CONTRIBUTING*, and AGENTS.md. search_docs and read_doc refuse application source, tests, and config paths.

What happens when the docs do not answer?

The agent says the documentation does not cover the question. On GitHub issue-comment turns, when the gap is clear, it can call open_docs_issue to create a documentation issue without labeling other issues. Eve chat refuses that tool.

Is GitHub required?

No. Chat works with only AI_GATEWAY_API_KEY. GitHub App credentials are needed only for issue-comment Q&A and optional docs-gap issue creation.

Files this command writes

15

Core

10

Skills

1

Tools

4

npx shadcn@latest add @evex/docs-knowledge-assistant
evexBrowseDocsLeaderboard
Sign In
Stars24

Related Agents

View all 12 by TommyBez →
marketing
233

Brand Visual Asset Generator

Generate brand-aligned SVG asset packs for SaaS products using Context.dev brand extraction and a Quiver Arrow SVG tool.

TOTommyBezView →
coding
219

Code Reviewer

Eve agent for GitHub PR review. Mention it on a PR for inline comments on bugs, not style.

TOTommyBezView →
marketing
199

Branded SEO Page Builder

Generate an on-brand, SEO-optimized HTML page from a domain using Context.dev brand, content, and styleguide data.

TOTommyBezView →
0 installs