Draft
Add github_search tool for discovering agent orchestration repos#20
github_search tool for discovering agent orchestration repos#20Conversation
Co-authored-by: answeryt <203585358+answeryt@users.noreply.github.com>
Co-authored-by: answeryt <203585358+answeryt@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Research latest agent orchestration workflows on GitHub
Add Mar 3, 2026
github_search tool for discovering agent orchestration repos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Fat-Cat agent pipeline lacked a native way to search GitHub for repos — e.g., finding the latest agent-orchestration / multi-agent workflow projects. This adds a
github_searchtool that agents can invoke directly from Stage 4.Changes
stage4_agent/tools_bridge.py@tool-decoratedgithub_searchfunction using only Python stdlib (urllib) — no new dependenciesquery(full GitHub search syntax supported),max_results(1–30),sort(stars/forks/updated/best-match),order(desc/asc)GITHUB_TOKENorGH_TOKENenv var; falls back to anonymous (10 req/hr)tools/tool_catalog.mdgithub_searchunder 信息获取类 with params, use cases, output shape, and token notetest/test_github_search_tool.pymax_resultscap at 30, invalid sort fallback tostars, token header injection, registry registration.gitignore__pycache__,*.pyc,.venv,dist/, etc.Example usage
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.