Skip to content

Latest commit

 

History

History

README.md

go-llmspell Documentation

Welcome to the go-llmspell documentation. This directory contains comprehensive guides for understanding and using go-llmspell.

Documentation Structure

Core Documentation

Getting Started

API Reference

  • lua-stdlib.md - Lua standard library reference
  • api-reference.md - Complete API documentation (coming soon)
  • bridge-api.md - Bridge interface documentation (coming soon)

Examples

  • spellbook.md - Collection of pre-written spells (coming soon)
  • tutorials/ - Step-by-step tutorials (coming soon)

Overview

go-llmspell transforms complex LLM interactions into simple, scriptable spells. It provides:

  • Multi-language Support: Write spells in Lua, JavaScript, or Tengo
  • Unified API: Consistent interface across all scripting languages
  • Tool Integration: Create and use custom tools in your spells
  • Agent Orchestration: Build intelligent agents with access to tools
  • Workflow Automation: Chain operations into complex workflows
  • Security: Sandboxed execution with resource limits

Quick Links

Getting Help