toolang
A programming language and runtime for agents
uvx toolang run https://a.com/tavi.tooTool 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.
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.
Compose from primitives
Build on reusable psyches, skills, services, and prompts — your own, shared by others, or created by humans or agents.
Run beyond chat
Run in scripts, Makefiles, GitHub Actions, and other workflows to handle work that is hard to express in traditional code.
Automate with chores
Schedule recurring work for the agent to carry out, whether on behalf of a human or for itself.
Collaborate through tasks
By taking on tasks created in chats or synced from projects, agents collaborate with humans and other agents on real work.