Teeem AI agents are organised around Skills. A standard skill library ships out of the box, organisation-specific tasks are added through the Agent Builder, and the system also proposes new skills automatically.Documentation Index
Fetch the complete documentation index at: https://docs.teeem-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
What a skill is
A skill is a single unit of work an agent can perform. Examples:- Generate a weekly sales report
- Build a quotation PDF
- Draft an inquiry email to a vendor
- Render a chart from a data set
- Call an external API
Proactive skill generation
When the system notices employees doing the same task repeatedly, it proposes a new skill.Agent Builder
Reachable at/admin/agents/*, the Agent Builder UI lets you:
Define agents
Edit role, tone, behavioural rules, and the system prompt.
Add skills
Create new skills from a template, or clone and edit existing ones.
Activate tools
Pick which tools from the standard library this agent can use.
Live test
Chat with the agent inside the builder. No redeploys; iterate freely.
Standard tool library
Categories of built-in tools every agent can opt into:| Category | Examples |
|---|---|
| Files | Excel/CSV/PDF/HWP/PPTX/DOCX parse and generate, charts, diagrams, barcodes |
| Search | Web search, Naver search, fetch URL, YouTube transcripts, internal business context |
| General send, personal Gmail read/send (OAuth) | |
| Google Workspace | Drive, Calendar, Gmail (personal OAuth + service account) |
| Microsoft 365 | OneDrive, Outlook, Teams, Calendar |
| ERP / groupware | Douzone, Wehago (tasks, approvals, messaging) |
| E-commerce | Cafe24, Naver Smartstore |
| Tax / identity | Hometax, NICE, Korea Customs |
| Notion | Page and database read/write |
| Browser automation | Browserbase stealth browsing — bot-detection evasion, accessibility-tree refs |
| Workflow | Demand/sales forecast, threshold alerts, weekly report templates, compliance check |
| Memory & search | Channel history, business context BM25 search |
| OpenAPI | Auto-generate tools from any external API’s OpenAPI spec |
Planning mode
For complex tasks (build a website, generate a report, set up a connector), the agent asks clarifying questions before doing the work:Context efficiency
Long conversations stay cheap and high quality thanks to automatic optimisations:- Observation masking — tool outputs older than 3 turns are replaced by compressed summaries (~30–40% token savings)
- Compaction — automatic summarisation when the context window hits 70%
- Prompt cache — system prompts and tool definitions are LLM-side cached for ~75% input cost reduction
- Context compression phase — additional compression in the channel command pipeline