Agents that act
Give a model a goal and the application tools it needs to move useful work forward.
Agents and agent coordination for Ruby
Bring agents, tools, streaming, and flexible coordination into the Ruby systems you already know—or start something entirely new.
Provider-neutral. Dependency-light. Made to live inside real Ruby software.
Build in the open space
LittleGhost gives AI behavior a clear home in your code without asking the rest of your system to disappear.
Give a model a goal and the application tools it needs to move useful work forward.
Coordinate everything from explicit sequences and delegated subagents to more complex workflows.
Embed one AI feature in an existing system, or make LittleGhost the center of a dedicated service.
From zero to agent
One class. One prompt. One call. Turn an idea into a running agent and see LittleGhost move.
Walk through the first runclass IdeaAgent < LittleGhost::Agent
system_prompt "Turn a rough idea into a practical first step."
end
puts IdeaAgent.ask("Help me plan a launch").response
Ready when you are
Start with one agent. Add tools, subagents, coordination patterns, and durable context as the work asks for them.