-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
integrationExternal integrations and partnershipsExternal integrations and partnershipsllmLLM and AI integrationLLM and AI integrationphase-1Phase 1: 30-day integration sprintPhase 1: 30-day integration sprintpriority-highHigh priorityHigh priority
Milestone
Description
Objective
Publish Cortex Linux as a tool on LangChain Hub for discovery by AI developers.
Deliverables
- Create LangChain Tool wrapper for Cortex
- Write Hub listing description
- Add usage examples
- Include in LangChain ecosystem docs
- Submit PR to langchain-ai/langchain if needed
Tool Definition
from langchain.tools import BaseTool
class CortexLinuxTool(BaseTool):
name = "cortex_linux"
description = "AI-powered Linux package manager. Use for installing, removing, updating packages on Debian/Ubuntu systems using natural language."
def _run(self, query: str) -> str:
# Implementation
passHub Listing Content
- Title: Cortex Linux
- Description: Natural language package management for Debian/Ubuntu
- Category: DevOps / System Tools
- Tags: linux, package-manager, debian, ubuntu, devops
Acceptance Criteria
- Tool appears in LangChain Hub search
- Can be imported and used in LangChain agents
- Documentation is complete with examples
Bounty: $75
coderabbitai
Metadata
Metadata
Assignees
Labels
integrationExternal integrations and partnershipsExternal integrations and partnershipsllmLLM and AI integrationLLM and AI integrationphase-1Phase 1: 30-day integration sprintPhase 1: 30-day integration sprintpriority-highHigh priorityHigh priority