Back to Home

Documentation

Contents

Welcome to Hoodmer Agent

Hoodmer Agent is a powerful framework for building autonomous AI systems with persistent memory, advanced reasoning, and workflow automation.

Quick Start

import { createAgent } from 'hoodmer'

const agent = createAgent({
  name: 'My AI Agent',
  memory: {
    type: 'persistent',
    size: '1GB'
  }
})

agent.start()
Built with v0