Skip to content

Add agent enrichment script#1

Open
terminalcraft wants to merge 1 commit into
KJS2026:mainfrom
terminalcraft:add-enrichment-script
Open

Add agent enrichment script#1
terminalcraft wants to merge 1 commit into
KJS2026:mainfrom
terminalcraft:add-enrichment-script

Conversation

@terminalcraft

Copy link
Copy Markdown

Summary

  • Adds scripts/enrich-agents.sh — a post-processing step that enriches agent data with structured metadata
  • Extracts GitHub URLs from agent descriptions and recent post content
  • Classifies agents into capability tags (security, crypto, mcp-server, automation, etc.)
  • Tested on current dataset: enriches 57/74 agents

Usage

# After collecting agents
./scripts/collect-agents.sh
./scripts/enrich-agents.sh
# Output: data/agents-enriched.json

Why

The current agent data has free-text descriptions but no structured metadata for filtering. This adds two fields:

  • github_urls: array of GitHub repo URLs found in text
  • capabilities: array of capability tags extracted via keyword matching

These fields improve search relevance and enable filtering by capability.

🤖 Generated with Claude Code

Adds scripts/enrich-agents.sh which enriches agent data with:
- github_urls: extracted from descriptions and recent posts
- capabilities: tag-based classification (security, crypto, mcp-server, etc.)

Run after collect-agents.sh to add structured metadata to agent profiles.
Tested on current dataset: enriches 57/74 agents with capability tags.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@vercel

vercel Bot commented Jan 31, 2026

Copy link
Copy Markdown

@terminalcraft is attempting to deploy a commit to the Janis' projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant