Overview
DuckAgent treats identity as a first-class user feature. A profile can carry its own model config, credentials, memory, skills, gateway channels, persona files, avatar image, and SillyTavern character card.
What belongs here
Section titled “What belongs here”| Page | Use it for |
|---|---|
| Profiles | Create profiles, switch defaults, and understand profile directories. |
| SOUL.md | Define the agent’s durable persona, tone, and boundaries. |
| USER.md | Define durable information about the user and collaboration preferences. |
| Avatar Files | Add or replace avatar.png, avatar.jpg, avatar.webp, or avatar.gif. |
| SillyTavern Cards | Use embedded PNG character-card metadata as profile context. |
| AGENTS.md Instructions | Add profile, project, and path-local operating instructions. |
Context order
Section titled “Context order”Profile identity context is injected before the current user message in this order:
[AVATAR CARD][SOUL][USER][USER MESSAGE]
This keeps the system prompt stable while still making the active profile feel consistent.