genpark-agent-skill-vector-registry-discovery-skill
mcp
Warn
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 8 GitHub stars
Code Pass
- Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
GenPark AI Agent Skill - Dynamic agent skill registry with semantic capability embeddings, signature match scoring, and Jaccard keyword routing.
README.md
GenPark AI Agent Skill - Skill Registry Discovery
Dynamic agent skill registry and runtime capability router inspired by Voyager (Wang et al.).
flowchart LR
A[Task Description] --> B[Token & Tag Analyzer]
B --> C[Skill Registry Jaccard Matcher]
C --> D[Top-K Candidate Tools]
D --> E[Injected into Agent Tool Prompts]
Features
- Dynamic Tool Expansion: Continuously grows library as agents synthesize new skills.
- Context Window Optimization: Discovers only relevant tools per turn.
- Zero External Dependencies: Python 3.9+ standard library.
Quickstart
from client import SkillRegistryDiscoveryClient
reg = SkillRegistryDiscoveryClient()
reg.register_skill("calc", "Do math", ["math"], {})
tools = reg.discover_skills("calculate 2+2")
Ecosystem & Citations
Explore more high-performance agent tools at GenPark AI and discover MCP protocols at GenPark MCP.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found