freshcrate
Skin:/
Home > MCP Servers > golemcore-bot

golemcore-bot

AI-native runtime for the GolemCore ecosystem with skills, plugins, MCP, memory, and Hive.

Why this rank:Strong adoptionRelease freshnessHealthy release cadence

Description

AI-native runtime for the GolemCore ecosystem with skills, plugins, MCP, memory, and Hive.

README

GolemCore Bot

Agent Platform for AI-Native Companies — build, run, extend, and inspect channel-connected agents with skills, plugins, MCP, memory, and Hive.

CI License Tests


What it is

GolemCore Bot is the agent platform for AI-native companies building on the GolemCore ecosystem.

Use it to run channel-connected agents, extend them with skills, plugins, and MCP servers, and operate them with memory, delayed follow-ups, trace inspection, and Hive-connected control flows.

Use it in two ways:

  1. Run agents — chat in the dashboard, Telegram, or webhook-driven flows, then inspect execution, memory, and trace output.
  2. Extend the runtime — add skills, install plugins, connect MCP servers, configure routing tiers, and attach Hive-based control and inspection.

Why it is different

  • Plugin-native runtime — plugins can contribute tools, channels, voice providers, and RAG ingestion instead of living outside the agent runtime.
  • MCP-ready by design — skills can launch MCP servers, and the runtime now includes MCP catalog and discovery flows.
  • Built for long-running work — delayed follow-ups, progressive memory orchestration, and recovery paths help agents continue past a single turn.
  • Hive-connected control surface — connect agents to Hive for control commands, lifecycle signals, inspection, and host-level coordination.
  • Inspectable execution — traces, waterfall views, and exported snapshots make agent behavior easier to debug and operate.

Quick start

What you need

  • Docker
  • At least one LLM provider API key

Run the published image

docker pull ghcr.io/alexk-dev/golemcore-bot:latest

docker run -d \
  --name golemcore-bot \
  --shm-size=256m \
  --cap-add=SYS_ADMIN \
  -e STORAGE_PATH=/app/workspace \
  -e TOOLS_WORKSPACE=/app/sandbox \
  -v golemcore-bot-data:/app/workspace \
  -v golemcore-bot-sandbox:/app/sandbox \
  -p 8080:8080 \
  --restart unless-stopped \
  ghcr.io/alexk-dev/golemcore-bot:latest

docker logs -f golemcore-bot

# Open http://localhost:8080/dashboard
# On first start, check logs for the temporary admin password.

Open http://localhost:8080/dashboard, sign in with the temporary admin password from the logs, then configure your LLM providers in Settings.

Why the extra Docker flags?

Optional next steps

  • Enable Telegram in Settings for channel-based chat.
  • Install plugins for browser, search, mail, weather, voice, or RAG-backed workflows.
  • Connect MCP-backed skills and tool servers.
  • Join Hive for control-plane coordination and inspection.

Need a local build, Compose setup, or production deployment path? See Quick Start and Deployment.


First-run setup

  1. Open the dashboard.
  2. Add at least one LLM provider key in Settings.
  3. Verify the storage and sandbox volumes are mounted so sessions, skills, and runtime config persist.
  4. Optionally enable Telegram, install plugins, connect MCP-backed skills, or join Hive.

For runtime config details, storage layout, and browser or sandbox notes, see Configuration.


Documentation

Documentation site: https://docs.golemcore.me/

The source docs below are kept in this repo for local and offline reference:

  1. Quick Start
  2. Skills
  3. Tools
  4. MCP Integration
  5. Model Routing
  6. Memory + RAG
  7. Auto Mode + Delayed Actions Design
  8. Hive Integration
  9. Webhooks
  10. Deployment
  11. Dashboard

Contributing / Support / License


⭐ Star this repo if you find it useful!

Made with ☕ and 🤖

Release History

VersionChangesUrgencyDate
v0.73.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golHigh4/29/2026
v0.72.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golHigh4/25/2026
v0.69.1## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golHigh4/23/2026
v0.68.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golHigh4/20/2026
v0.67.2## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golHigh4/19/2026
v0.67.1## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golHigh4/18/2026
v0.67.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golHigh4/18/2026
v0.66.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golHigh4/17/2026
v0.65.4## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golHigh4/17/2026
v0.65.3## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golHigh4/17/2026
v0.65.2## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golHigh4/16/2026
v0.65.1## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golHigh4/16/2026
v0.65.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golHigh4/16/2026
v0.64.1## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golHigh4/15/2026
v0.64.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golHigh4/15/2026
v0.63.7## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golHigh4/15/2026
v0.63.6## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golHigh4/15/2026
v0.63.5## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golHigh4/14/2026
v0.63.4## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golHigh4/14/2026
v0.63.3## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golHigh4/14/2026
v0.63.2## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium4/14/2026
v0.63.1## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium4/14/2026
v0.63.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium4/13/2026
v0.62.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium4/13/2026
v0.61.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium4/13/2026
v0.60.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium4/12/2026
v0.59.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium4/12/2026
v0.58.2## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium4/12/2026
v0.58.1## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium4/12/2026
v0.58.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golHigh4/8/2026
v0.57.1## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium4/8/2026
v0.57.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium4/7/2026
v0.56.5## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium4/7/2026
v0.56.4## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium4/7/2026
v0.56.3## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium4/7/2026
v0.56.2## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium4/6/2026
v0.56.1## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium4/6/2026
v0.56.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium4/6/2026
v0.55.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium4/6/2026
v0.54.1## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium4/2/2026
v0.54.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium4/2/2026
v0.53.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium3/31/2026
v0.52.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium3/31/2026
v0.51.1## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium3/30/2026
v0.51.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium3/30/2026
v0.50.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium3/30/2026
v0.49.2## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium3/30/2026
v0.49.1## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium3/29/2026
v0.49.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium3/29/2026
v0.48.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium3/29/2026
v0.47.0## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium3/29/2026
v0.46.2## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium3/24/2026
v0.46.1## What's Changed * fix(ci): restore main ancestry for v0.12.0 tag by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/126 * fix(ci): auto-reattach latest tag ancestry in release by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/127 * fix(ci): push release tag without pushing main by @golemcore1 in https://github.com/alexk-dev/golemcore-bot/pull/128 * chore(deps): bump rollup from 4.57.1 to 4.59.0 in /dashboard by @dependabot[bot] in https://github.com/alexk-dev/golMedium3/24/2026

Dependencies & License Audit

Loading dependencies...

Similar Packages

mateclaw🤖 MateClaw — Java + Vue 3 AI Assistant with Multi-Agent Orchestration, MCP Protocol, Skills & Memory, and Multi-Channel Support. Built on Spring AI Alibaba.v1.5.0
goclawGoClaw - GoClaw is OpenClaw rebuilt in Go — with multi-tenant isolation, 5-layer security, and native concurrency. Deploy AI agent teams at scale without compromising on safety.v3.13.2
LIA-AssistantOpen-source multi-agent AI assistant powered by LangGraph, FastAPI & Next.js — 16+ agents, Human-in-the-Loop, MCP integration, voice TTS, RAG, 500+ metrics, 6 languages.v1.19.1
openchatciThe localhost AI Agent Runtime -- Chat UI, Tools, RAG, and MCP in one pip installv0.48.0
ryvosOpen-source autonomous AI assistant with 5-tier security, 62 tools, 14 LLM providers. Written in Rust. Single binary.v0.9.0

More in MCP Servers

node9-proxyThe Execution Security Layer for the Agentic Era. Providing deterministic "Sudo" governance and audit logs for autonomous AI agents.
mcp-compressorAn MCP server wrapper for reducing tokens consumed by MCP tools.
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