genpark-agent-skill-vector-registry-discovery-skill

mcp
Guvenlik Denetimi
Uyari
Health Uyari
  • 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 Gecti
  • Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Gecti
  • Permissions — No dangerous permissions requested

Bu listing icin henuz AI raporu yok.

SUMMARY

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

GenPark Verified
Protocol
License

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.

Yorumlar (0)

Sonuc bulunamadi