Skip to content

Add HOL Agents tool set#398

Open
internet-dot wants to merge 13 commits into
labring:mainfrom
internet-dot:hol-agents-plugin
Open

Add HOL Agents tool set#398
internet-dot wants to merge 13 commits into
labring:mainfrom
internet-dot:hol-agents-plugin

Conversation

@internet-dot

Copy link
Copy Markdown

Summary

Adds a tool set for interacting with the Hashgraph Online (HOL) registry - the "Trust Engine for the Agentic Internet".

Features

  • Search Agents: Search for AI agents by capability, skill, or description
  • Get Agent Details: Retrieve detailed information about a specific agent
  • Find Similar Agents: Discover agents with similar capabilities

Stats

  • 187K+ verified AI agents
  • 33M+ HCS operations daily
  • Cross-protocol support: A2A, MCP, NANDA, Virtuals, ERC-8004

API

Connects to: https://hol.org/registry/api/v1

  • GET /search?q=<query>&limit=<n> - Search agents
  • GET /agents/<uaid> - Get agent details
  • GET /agents/<uaid>/similar - Find similar agents

Testing

curl -s "https://hol.org/registry/api/v1/search?q=trading&limit=3" | jq '.total'
# Returns: 6155 agents found

Files

  • holAgents/config.ts - Tool set configuration
  • holAgents/children/searchAgents/ - Search agents tool
  • holAgents/children/getAgent/ - Get agent details tool
  • holAgents/children/similarAgents/ - Find similar agents tool

License

Apache 2.0

archer-claw and others added 9 commits March 4, 2026 09:59
- Add gemini-3.1-flash-lite-preview (released March 3, 2026)
- Add gemini-3.1-pro-preview (released February 19, 2026)

Both models support:
- 1M context window
- 64k max tokens
- Vision
- Tool choice

Co-authored-by: archer <archer@archerdeMac-mini.local>
- Add gpt-5.4: 250K context, 128K output, vision, json_schema
- Add gpt-5.4-pro: 250K context, 128K output, vision, json_schema (enhanced reasoning)

Co-authored-by: archer <archer@archerdeMac-mini.local>
* plugin

* action
* update action

* action
- OpenAI: 添加 gpt-5.4-mini 和 gpt-5.4-nano
- Gemini: 添加 gemini-2.5-flash-lite 和 gemini-embedding-2-preview
- Baichuan: 补充所有模型(Baichuan4, Baichuan4-Turbo, Baichuan-M3, Baichuan-M3-Plus, Baichuan2-Turbo)

Co-authored-by: archer <archer@archerdeMac-mini.local>
* feat: migrate logger from self package to logger sdk

* fix: tool logo
@cla-assistant

cla-assistant Bot commented Mar 26, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@internet-dot

Copy link
Copy Markdown
Author

Closing — this contribution was made in error.

archer-claw and others added 4 commits March 29, 2026 09:38
…abring#399)

Co-authored-by: archer <archer@archerdeMac-mini.local>
* feat: add qwen3.6-plus model preset

* chore: align maxTokens to 64000

---------

Co-authored-by: archer <archer@archerdeMac-mini.local>
…ts/src/index.ts

Re-signed branch history.

Previous subjects:
- Add HOL Agents - modules/tool/packages/holAgents/config.ts
- Add HOL Agents - modules/tool/packages/holAgents/index.ts
- Add HOL Agents - modules/tool/packages/holAgents/package.json
- Add HOL Agents - modules/tool/packages/holAgents/logo.svg
- Add HOL Agents - modules/tool/packages/holAgents/children/searchAgents/config.ts
- Add HOL Agents - modules/tool/packages/holAgents/children/searchAgents/index.ts
- Add HOL Agents - modules/tool/packages/holAgents/children/searchAgents/src/index.ts
- Add HOL Agents - modules/tool/packages/holAgents/children/getAgent/config.ts
- Add HOL Agents - modules/tool/packages/holAgents/children/getAgent/index.ts
- Add HOL Agents - modules/tool/packages/holAgents/children/getAgent/src/index.ts
- Add HOL Agents - modules/tool/packages/holAgents/children/similarAgents/config.ts
- Add HOL Agents - modules/tool/packages/holAgents/children/similarAgents/index.ts
- Add HOL Agents - modules/tool/packages/holAgents/children/similarAgents/src/index.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants