LearnNewsExamplesServices
Frontmatter
id7376
titleDefine Hybrid API vs. Knowledge Base Workflow for Agent
stateClosed
labels
documentationenhancementhelp wantedgood first issuehacktoberfestai
assigneeskart-u
createdAtOct 5, 2025, 3:02 PM
updatedAtOct 24, 2025, 11:39 AM
githubUrlhttps://github.com/neomjs/neo/issues/7376
authortobiu
commentsCount3
parentIssue7364
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtOct 24, 2025, 11:39 AM

Define Hybrid API vs. Knowledge Base Workflow for Agent

Closed v11.0.0 documentationenhancementhelp wantedgood first issuehacktoberfestai
tobiu
tobiu commented on Oct 5, 2025, 3:02 PM

The agent will have access to two sources of information for issues and PRs: the real-time GitHub API (via gh) and the local, semantic-search-optimized knowledge base. To prevent confusion and ensure optimal performance, the agent needs a clear, documented strategy on when to use each. This ticket is to create that "Discover, then Verify" protocol.

Acceptance Criteria

  1. A new workflow is added to AGENTS.md.
  2. The workflow instructs the agent to use the local knowledge base (ai:query) for broad, contextual, or semantic searches (Discovery).
  3. The workflow instructs the agent to use the GitHub CLI (gh) to get the real-time status (e.g., open/closed, assignees, labels) of a specific issue or PR that it has already discovered (Verification).
  4. The protocol should include a clear example of this two-step "Discover, then Verify" process.
tobiu added the documentation label on Oct 5, 2025, 3:02 PM
tobiu added the enhancement label on Oct 5, 2025, 3:02 PM
tobiu added parent issue #7364 on Oct 5, 2025, 3:02 PM
tobiu added the help wanted label on Oct 5, 2025, 3:02 PM
tobiu added the good first issue label on Oct 5, 2025, 3:02 PM
tobiu added the hacktoberfest label on Oct 5, 2025, 3:02 PM
tobiu added the ai label on Oct 5, 2025, 3:02 PM
ksanjeev284 cross-referenced by PR #7374 on Oct 5, 2025, 3:22 PM
tobiu cross-referenced by #7367 on Oct 5, 2025, 3:28 PM
tobiu assigned to @kart-u on Oct 5, 2025, 4:17 PM
tobiu
tobiu Oct 5, 2025, 4:17 PM

sure. Gemini input:

✦ This ticket is similar to the other documentation task (ticket-update-agent-ticket-creation-workflow.md).

Analysis

The task is to write a new strategic protocol in AGENTS.md. It needs to explain the concept of using ai:query for discovery and gh commands (like gh issue view) for verification.

A contributor working on this does not need to execute the gh commands themselves. They only need to understand the concept and write it down clearly. The existence of the gh CLI and its public documentation is enough information for them to formulate the workflow.

Conclusion

Yes, someone can start on this ticket immediately.

There are no technical blockers for this task. It is a documentation and workflow definition ticket that can be worked on in parallel with the other implementation tickets.

tobiu
tobiu Oct 24, 2025, 11:39 AM

Hi @kart-u,

Thank you for your interest in this ticket during Hacktoberfest.

This ticket was for updating the AGENTS.md file with a new strategic protocol. The project's architecture and the agent's core workflow have evolved significantly since this ticket was created, making this specific protocol obsolete.

We're closing this ticket as it is no longer relevant. The upcoming rewrite of AGENTS.md (covered in #7630) will include a new, more streamlined workflow. Thanks again for your willingness to contribute!

tobiu closed this issue on Oct 24, 2025, 11:39 AM