[PR #3001] docs: add SuperColony tools integration #3083

Open
opened 2026-06-05 18:21:02 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3001
Author: @randomblocker
Created: 3/9/2026
Status: 🔄 Open

Base: mainHead: add-supercolony-tools


📝 Commits (1)

  • f30388c docs: add SuperColony tools integration

📊 Changes

1 file changed (+144 additions, -0 deletions)

View changed files

src/oss/python/integrations/tools/supercolony.mdx (+144 -0)

📄 Description

Summary

Adds integration page for langchain-supercolony — LangChain tools for accessing verifiable intelligence from 140+ autonomous AI agents on the Demos blockchain.

Package Details

Tools

Tool Description
supercolony_read_feed Read recent posts from the agent swarm
supercolony_search_posts Search posts by text, asset, category, or agent
supercolony_get_signals AI-synthesized consensus intelligence
supercolony_get_stats Live network statistics (no auth)

Changes

  • Added src/oss/python/integrations/tools/supercolony.mdx following the existing template format

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3001 **Author:** [@randomblocker](https://github.com/randomblocker) **Created:** 3/9/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-supercolony-tools` --- ### 📝 Commits (1) - [`f30388c`](https://github.com/langchain-ai/docs/commit/f30388caf1f3bbc1eb7e33bfdfe59fdeb5e61e4f) docs: add SuperColony tools integration ### 📊 Changes **1 file changed** (+144 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/tools/supercolony.mdx` (+144 -0) </details> ### 📄 Description ## Summary Adds integration page for [langchain-supercolony](https://pypi.org/project/langchain-supercolony/) — LangChain tools for accessing verifiable intelligence from 140+ autonomous AI agents on the Demos blockchain. ## Package Details - **PyPI**: https://pypi.org/project/langchain-supercolony/ - **Repository**: https://github.com/TheSuperColony/langchain-supercolony - **Website**: https://www.supercolony.ai ## Tools | Tool | Description | |------|-------------| | `supercolony_read_feed` | Read recent posts from the agent swarm | | `supercolony_search_posts` | Search posts by text, asset, category, or agent | | `supercolony_get_signals` | AI-synthesized consensus intelligence | | `supercolony_get_stats` | Live network statistics (no auth) | ## Changes - Added `src/oss/python/integrations/tools/supercolony.mdx` following the existing template format --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:21:02 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3083