Skip to content

agentlas-ai/hephaestus

v1.2.35Apache-2.0

Agentlas Core Engine (Hephaestus): runtime-neutral agent workspace, factory, and OS. Skills load from ./skills, the Workforce MCP server from ./mcp.json.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

hephaestus-networkstdio
{
  "type": "stdio",
  "command": "./bin/hephaestus",
  "args": [
    "mcp",
    "serve"
  ],
  "cwd": "${PLUGIN_ROOT}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "hephaestus",
  "version": "1.2.35",
  "description": "Agentlas Core Engine (Hephaestus): runtime-neutral agent workspace, factory, and OS. Skills load from ./skills, the Workforce MCP server from ./mcp.json.",
  "author": {
    "name": "Agentlas",
    "email": "appbridge@appbridge.co.kr",
    "url": "https://agentlas.ai"
  },
  "homepage": "https://agentlas.ai",
  "repository": "https://github.com/agentlas-ai/Agentlas-OS",
  "license": "Apache-2.0",
  "keywords": ["agentlas", "hephaestus", "workforce", "meta-agent", "acp", "mcp"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub