DuowenWiki
Glossary
Common DuowenWiki, identity, authorization, and model service terms.
Product and AI
| Term | Meaning |
|---|---|
| AI assistant | An assistant that combines models and product capabilities for conversations and tasks. |
| Agent / Expert | An AI role configured around a goal, prompt, and tools. |
| Sub-Agent | An Agent coordinated by a primary Agent for a specific subtask. |
| Task / Session | A work record that retains context, process, and results. |
| Knowledge base | A controlled document set available for retrieval and grounded answers. |
| RAG | Retrieval-Augmented Generation, which combines retrieved material with model output. |
| Embedding | A vector representation used for similarity search. |
| Token | A unit used to measure model input and output processing. |
| Skill | A module that adds a workflow or tool capability. |
| Connector | A component that links an external system or data source. |
| MCP | Model Context Protocol. |
| Automated task | A repeatable workflow triggered by configuration or a schedule. |
| CRON | An expression used to describe a recurring execution schedule. |
Identity and authorization
| Term | Meaning |
|---|---|
| OIDC | An identity layer on OAuth 2.0 used to provide authenticated identity to a client. |
| Client | An application registered by a portal Admin that requests AIStack sign-in or authorization. |
| Scope | The identity information or capability requested by a client. |
| Connected application | An application a user has authorized and can review or revoke. |