Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

toolang

A programming language and runtime for agents

Zero setup
uvx toolang run https://a.com/tavi.too

Tool calling turned LLMs from chatbots into agents. Toolang makes agents easy to build, run, and share.

Source files for humans and agents

Toolang stays close to natural language, so even people without a programming background can create agents for themselves, while agents can generate new versions of themselves as they evolve.

tavi.too
use skill   openhat/workspace-search
use service openhat/github
use prompt  openhat/rewrite
 
thunk:
    model = gpt-5.4, default
 
    Read the user's request and the available workspace context.
    Answer clearly and include the most relevant references.

From source files to real workflows

Toolang agents can run in non-interactive workflows where traditional code falls short, automate recurring work, and participate in real projects.

© 2026 Toolang