Getting Started
Projects to try
A practical way to learn Tactus is to pick a concrete project and build a tiny end-to-end loop: chat UI, tools, and a couple of human checkpoints.
Use the IDE to explore
The Tactus IDE includes the standard Human-in-the-Loop components. Use the IDE to experience the interactions quickly, then embed the same components in your own app when you are ready.
Component reference: Resources → Standard Component Library
Project: embed a copilot in your app
Imagine a chat-based copilot inside your product. It can call your tools to propose changes and drafts, but it pauses for explicit human confirmation at the seams where mistakes are costly.
Checkpoint 1: approve side effects
“I’m about to call a tool that changes the world.”
Copilot ProjectCopilot Project0s ago
Approve publishing this change? (Tool: publish_release)
Checkpoint 2: collect missing details
“I can do it, but I need two fields from you.”
Copilot ProjectCopilot Project0s ago
Copilot ProjectCopilot Project0s ago
Next steps
- Start from a runnable example: browse examples
- Read the use case for the UX story: A copilot for anything
- Embed the components directly in your app: Tactus-HITL-components on GitHub