Skip to content

Agent

`@ha-bits/bit-agent`v0.1.1

agent langchain mcp model-context-protocol ai

AI Agent with LangChain and MCP integration. Connect to multiple MCP servers to give your agent access to tools like Google Drive, Slack, GitHub, Notion, Figma, and more.

Usage

yaml
# In your habit YAML
nodes:
  - id: my-bit-agent-node
    type: bit
    framework: bits
    module: "@ha-bits/bit-agent"
    action: "run_agent"
    data:
      # action properties...

Actions

ActionDescription
Run AgentExecute an AI agent with MCP tool access. The agent can use tools from multiple MCP servers to complete tasks.

Used In Showcases

Released under the Apache 2.0 License.