freshcrate
Skin:/
Home > MCP Servers > ptah-extension

ptah-extension

Provider-agnostic AI orchestration for VS Code. Intelligent workspace analysis, Code Execution MCP server, and project-adaptive multi-agent workflows โ€” all natively integrated into VS Code.

Why this rank:Recent releaseStrong adoptionHealthy release cadence

Description

Provider-agnostic AI orchestration for VS Code. Intelligent workspace analysis, Code Execution MCP server, and project-adaptive multi-agent workflows โ€” all natively integrated into VS Code.

README

Ptah - The Coding Orchestra

Provider-agnostic AI orchestration with intelligent workspace analysis and multi-agent workflows.


What is Ptah?

Ptah is an AI-powered development environment that brings multi-agent orchestration, workspace intelligence, and a built-in MCP server directly into your editor. It analyzes your codebase, configures specialized AI agents, and coordinates them to tackle complex development tasks.


Key Features

Multi-Agent Orchestration

Spawn multiple AI agents as headless background workers. The primary agent delegates subtasks and checks back for results โ€” enabling true parallel multi-agent workflows.

  • Built-in agents auto-detected from installed CLIs
  • Custom agents configurable with your own provider and API key
  • Spawn, monitor, steer, and collect results via MCP tools

Built-in MCP Server

14 API namespaces give AI agents structured access to workspace analysis, LSP diagnostics, AST parsing, file search, dependency graphs, and editor state โ€” all in a single tool call.

Setup Wizard

Automated 6-step workspace scanning: detects project type, frameworks, and dependencies across 13+ project types. Generates project-specific agent configurations and rules.

Plugin System

Extend with skill plugins for orchestration workflows, code review, architecture patterns, content generation, and UI/UX design. Available for Angular, React, NestJS, and NX workspaces.

Chat Interface

Native editor chat with real-time execution tree visualization, session management, cost tracking, file attachments, and streaming text reveal.

Performance Dashboard

Real-time and historical analytics for cost, tokens, sessions, and agent performance. Filter by time range and export as CSV or JSON.

Orchestration Workflows

Seven workflow types โ€” Feature, Bugfix, Refactoring, Documentation, Research, DevOps, Creative โ€” each with specialized agent delegation and user approval checkpoints at every stage.


Authentication

Multiple auth methods supported:

  • API Key โ€” Pay-per-token with your own key (recommended)
  • Provider โ€” Third-party AI providers with hundreds of models
  • Auto โ€” Tries all configured credentials automatically

Getting Started

  1. Install the extension
  2. Sign up at ptah.live for a free 100-day Pro trial No credit card required
  3. Configure your AI provider in the sidebar settings
  4. Run the Setup Wizard to analyze your workspace
  5. Start chatting or use /orchestrate for complex tasks

License

Functional Source License, Version 1.1, MIT Future License (FSL-1.1-MIT). Every version converts to the full MIT license two years after release.

Release History

VersionChangesUrgencyDate
electron-v0.1.50## What's Changed * chore(release): electron v0.1.49 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/333 * Ak/fix copilot sdk by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/334 * publishing by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/335 **Full Changelog**: https://github.com/Hive-Academy/ptah-extension/compare/electron-v0.1.49...electron-v0.1.50High6/2/2026
electron-v0.1.46## What's Changed * feat(vscode): TASK_CMD_003 - Week 3 VS Code API Enhanced Wrappers by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/4 * feat(webview): initialize TASK_FE_002 - Claude Code Chat feature analโ€ฆ by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/13 * Feature/task int 003 webview backend investigation by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/12 * Feature/task di 001 fix tsyringe di issues by @AbdallHigh5/27/2026
electron-v0.1.45## What's Changed * publish electron by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/286 **Full Changelog**: https://github.com/Hive-Academy/ptah-extension/compare/electron-v0.1.44...electron-v0.1.45High5/14/2026
electron-v0.1.43## What's Changed * publish electron by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/272 **Full Changelog**: https://github.com/Hive-Academy/ptah-extension/compare/electron-v0.1.42...electron-v0.1.43High5/12/2026
electron-v0.1.42## What's Changed * chore(release): extension v0.2.28 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/252 * chore(release): electron v0.1.40 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/253 * Feature/hermes inspired enhancements by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/254 * chore(release): cli v0.1.4 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/258 * chore(release): electron High5/5/2026
electron-v0.1.40## What's Changed * chore(release): extension v0.2.26 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/232 * chore(release): electron v0.1.38 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/230 * feat(cli): npm publish pipeline for @hive-academy/ptah-cli" by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/233 * ci(cli): automate version bump and tagging on release/cli by @Abdallah-khalil in https://github.com/Hive-AcadeHigh5/2/2026
electron-v0.1.38## What's Changed * chore(release): electron v0.1.37 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/223 * chore(release): extension v0.2.25 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/222 * Fix/test coverage stabilization by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/226 * Fix/test coverage stabilization by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/227 * chore: remove deep-agent-High4/27/2026
electron-v0.1.37## What's Changed * chore(release): extension v0.2.24 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/212 * chore(release): electron v0.1.36 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/213 * Feature/sentry monitoring ollama cloud by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/214 * publish by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/215 * feat(docs): add Starlight documentation siHigh4/23/2026
electron-v0.1.36## What's Changed * chore(release): electron v0.1.35 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/209 * publish by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/210 **Full Changelog**: https://github.com/Hive-Academy/ptah-extension/compare/electron-v0.1.35...electron-v0.1.36High4/20/2026
electron-v0.1.35## What's Changed * chore(release): extension v0.2.23 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/206 * chore(release): electron v0.1.34 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/207 * publish by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/208 **Full Changelog**: https://github.com/Hive-Academy/ptah-extension/compare/electron-v0.1.34...electron-v0.1.35High4/20/2026
electron-v0.1.34## What's Changed * chore(release): extension v0.2.22 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/199 * chore(release): electron v0.1.33 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/200 * feat(electron): global context menu, clipboard IPC, and Agent SDK fixes by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/201 * publish by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/202 **Full ChHigh4/19/2026
electron-v0.1.33## What's Changed * chore(release): electron v0.1.32 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/196 * chore(release): extension v0.2.21 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/195 * publish by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/197 **Full Changelog**: https://github.com/Hive-Academy/ptah-extension/compare/electron-v0.1.32...electron-v0.1.33High4/18/2026
electron-v0.1.32## What's Changed * chore(release): electron v0.1.31 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/191 * Fix/electron findfiles cwd by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/192 * publish by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/193 **Full Changelog**: https://github.com/Hive-Academy/ptah-extension/compare/electron-v0.1.31...electron-v0.1.32High4/18/2026
electron-v0.1.31## What's Changed * chore(release): extension v0.2.20 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/188 * chore(release): electron v0.1.30 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/189 * pupblish electron by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/190 **Full Changelog**: https://github.com/Hive-Academy/ptah-extension/compare/electron-v0.1.30...electron-v0.1.31High4/18/2026
electron-v0.1.30## What's Changed * chore(release): extension v0.2.19 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/184 * chore(release): electron v0.1.29 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/183 * Ak/fix electron build by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/185 * publish by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/186 **Full Changelog**: https://github.com/Hive-Academy/ptah-exHigh4/17/2026
electron-v0.1.29## What's Changed * chore(release): extension v0.2.17 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/174 * chore(release): electron v0.1.28 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/175 * Refactor/auth strategy pattern by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/176 * publish electron by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/177 * chore(release): extension v0.2.18 by @AbdHigh4/16/2026
electron-v0.1.28## What's Changed * chore(release): extension v0.2.16 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/169 * chore(release): electron v0.1.27 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/170 * Ak/fix harness setup auto model by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/171 * publish electron by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/172 **Full Changelog**: https://github.com/HHigh4/16/2026
electron-v0.1.27## What's Changed * chore(release): electron v0.1.26 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/165 * chore(release): extension v0.2.15 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/164 * Feature/mcp server directory by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/166 * publish electron by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/168 **Full Changelog**: https://github.com/HivHigh4/15/2026
electron-v0.1.26## What's Changed * chore(release): extension v0.2.14 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/159 * chore(release): electron v0.1.25 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/160 * Ak/add nestjs admin by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/161 * publish electron by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/162 **Full Changelog**: https://github.com/Hive-Academy/High4/15/2026
electron-v0.1.25## What's Changed * chore(release): extension v0.2.13 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/154 * chore(release): electron v0.1.24 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/155 * Ak/fix ollama integration by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/156 * publish electron by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/157 **Full Changelog**: https://github.com/Hive-AcMedium4/14/2026
electron-v0.1.24## What's Changed * chore(release): extension v0.2.12 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/148 * chore(release): electron v0.1.23 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/149 * feat: subagent models, Electron file open & editor enhancements by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/150 * publish electron app by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/151 **FuMedium4/14/2026
electron-v0.1.23## What's Changed * chore(release): electron v0.1.22 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/144 * chore(release): extension v0.2.11 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/143 * Ak/add adminjs nestjs by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/145 * publish electron by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/146 **Full Changelog**: https://github.com/Hive-AcademMedium4/14/2026
electron-v0.1.22## What's Changed * chore(release): electron v0.1.21 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/139 * chore(release): extension v0.2.10 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/138 * Canvas-first layout, unified navbar tabs, per-tile agent monitor, model ID resolution by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/140 * publish electron by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extensiMedium4/12/2026
electron-v0.1.21## What's Changed * chore(release): extension v0.2.9 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/133 * chore(release): electron v0.1.20 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/134 * Ak fix canvas issues by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/135 * publish by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/136 **Full Changelog**: https://github.com/Hive-Academy/ptah-exteMedium4/12/2026
electron-v0.1.20## What's Changed * chore(release): electron v0.1.19 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/129 * Fix/ci windows signing by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/130 * release electron by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/131 **Full Changelog**: https://github.com/Hive-Academy/ptah-extension/compare/electron-v0.1.19...electron-v0.1.20Medium4/12/2026
electron-v0.1.19## What's Changed * feat(vscode): TASK_CMD_003 - Week 3 VS Code API Enhanced Wrappers by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/4 * feat(webview): initialize TASK_FE_002 - Claude Code Chat feature analโ€ฆ by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/13 * Feature/task int 003 webview backend investigation by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/12 * Feature/task di 001 fix tsyringe di issues by @AbdallMedium4/11/2026
electron-v0.1.18## What's Changed * chore(release): extension v0.2.6 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/110 * chore(release): electron v0.1.17 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/111 * Ak/ptah cli by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/113 * publish by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/114 **Full Changelog**: https://github.com/Hive-Academy/ptah-extension/comMedium4/8/2026
electron-v0.1.17## What's Changed * chore(release): electron v0.1.16 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/106 * chore(release): extension v0.2.5 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/105 * fix: move attachment buttons to input area, update domain and config by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/107 * publish by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/108 **Full ChangeMedium4/7/2026
electron-v0.1.16## What's Changed * chore(release): electron v0.1.15 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/101 * chore(release): extension v0.2.4 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/100 * Fix/at mention autocomplete by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/102 * publish by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/104 **Full Changelog**: https://github.com/Hive-Academy/ptMedium4/7/2026
electron-v0.1.15## What's Changed * chore(release): electron v0.1.14 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/96 * fix: prevent false "interrupted" subagent detection on main agent abort by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/97 * publish by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/98 **Full Changelog**: https://github.com/Hive-Academy/ptah-extension/compare/electron-v0.1.14...electron-v0.1.15Medium4/5/2026
electron-v0.1.14## What's Changed * chore(release): extension v0.2.3 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/92 * chore(release): electron v0.1.13 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/93 * refactor: properly fix github copilot auth workflow after window loading by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/94 * publish by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/95 **Full ChangeMedium4/4/2026
electron-v0.1.13## What's Changed * chore(release): extension v0.2.2 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/86 * chore(release): electron v0.1.12 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/87 * Feature/fix setup wizard task 2025 257 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/88 * publish by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/91 **Full Changelog**: https://github.com/Hive-AcaMedium4/4/2026
electron-v0.1.12## What's Changed * chore(release): electron v0.1.11 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/82 * feat(vscode-lm-tools): make headless mode and viewport agent-controlled by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/83 * publish by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/84 **Full Changelog**: https://github.com/Hive-Academy/ptah-extension/compare/electron-v0.1.11...electron-v0.1.12Medium4/2/2026
electron-v0.1.11## What's Changed * feat(vscode): TASK_CMD_003 - Week 3 VS Code API Enhanced Wrappers by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/4 * feat(webview): initialize TASK_FE_002 - Claude Code Chat feature analโ€ฆ by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/13 * Feature/task int 003 webview backend investigation by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/12 * Feature/task di 001 fix tsyringe di issues by @AbdallMedium4/2/2026
electron-v0.1.9## What's Changed * chore(release): electron v0.1.8 by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/66 * fix: resolve Docker build failure from node-pty native compilation by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/67 * fix: resolve 502 and integrate Sentry monitoring by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/69 * Ak/fix settings by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/7Medium4/2/2026
electron-v0.1.8## What's Changed * Feature/esm esbuild migration by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/41 * release electron by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/42 * publish by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/45 * Feature/axios http client by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/50 * publish by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pMedium4/1/2026
electron-v0.1.3## What's Changed * publish electron by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/40 **Full Changelog**: https://github.com/Hive-Academy/ptah-extension/compare/electron-v0.1.2...electron-v0.1.3Medium3/25/2026
electron-v0.1.2## What's Changed * feat(vscode): TASK_CMD_003 - Week 3 VS Code API Enhanced Wrappers by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/4 * feat(webview): initialize TASK_FE_002 - Claude Code Chat feature analโ€ฆ by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/13 * Feature/task int 003 webview backend investigation by @Abdallah-khalil in https://github.com/Hive-Academy/ptah-extension/pull/12 * Feature/task di 001 fix tsyringe di issues by @AbdallMedium3/24/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

agentconfig.orgElevate your AI assistants by configuring them for any role or workflow. Explore the primitives that unlock their full potential.0.0.0
pluginsCentralized repository for public facing pluginscarta-investors/v0.84.0
hatch3rInstall an agentic coding setup that adds multiple AI agents, skills, and rules to enhance automation across GitHub, Azure DevOps, or GitLab repositories.main@2026-06-04
lobehubThe ultimate space for work and life โ€” to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level โ€” enabling multi-agent collaboration, effov2.2.2
toolhive-studioToolHive is an application that allows you to install, manage and run MCP servers and connect them to AI agentsv0.36.0

More in MCP Servers

AstrBotAgentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. โœจ
agentscopeBuild and run agents you can see, understand and trust.
claude-plugins-officialOfficial, Anthropic-managed directory of high quality Claude Code Plugins.
langchain4jLangChain4j is an open-source Java library that simplifies the integration of LLMs into Java applications through a unified API, providing access to popular LLMs and vector databases. It makes impleme