Axe: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= system_prompt & skills & files = = config = == global == == project ==") |
|||
| Line 1: | Line 1: | ||
= system_prompt & skills & files = | = system_prompt & skills & files = | ||
{| class="wikitable" style="max-width:80%;" | |||
! Dimension !! system_prompt !! skill !! files | |||
|- | |||
! Core Meaning | |||
| '''Who are you?''' | |||
| '''How should you do it?''' | |||
| '''What are you operating on?''' | |||
|- | |||
! Analogy | |||
| Employee's work ethics, role persona, and reasoning logic. | |||
| Employee's SOP manual, workflow guides, and executable tools. | |||
| Project files and raw context documents placed on the employee's desk. | |||
|- | |||
! Lifecycle | |||
| '''Permanent'''<br />(Global at Agent level) | |||
| '''Modular'''<br />(Reusable across Agents/Projects) | |||
| '''Disposable'''<br />(Ephemeral per Task/Query level) | |||
|- | |||
! Primary Task | |||
| Defines role persona, output format restrictions, tone, and fundamental reasoning boundaries. | |||
| Provides step-by-step SOPs, domain knowledge guides, prompt templates, and executable shell tools. | |||
| Serves as the target source code, database schemas, or specifications to be analyzed or processed. | |||
|- | |||
! Content Example | |||
| "You are a strict security expert. Answer concisely in Traditional Chinese." | |||
| "SOP for SQL Injection audit and executable script for database migration check." | |||
| 300 lines of source code in <code>api_service.go</code>. | |||
|- | |||
! Modification Frequency | |||
| '''Very Low'''<br />(Set during Agent creation) | |||
| '''Medium'''<br />(Updated with SOP or tool upgrades) | |||
| '''Very High'''<br />(Changes per command execution) | |||
|} | |||
= config = | = config = | ||
Latest revision as of 08:08, 5 August 2026
system_prompt & skills & files
| Dimension | system_prompt | skill | files |
|---|---|---|---|
| Core Meaning | Who are you? | How should you do it? | What are you operating on? |
| Analogy | Employee's work ethics, role persona, and reasoning logic. | Employee's SOP manual, workflow guides, and executable tools. | Project files and raw context documents placed on the employee's desk. |
| Lifecycle | Permanent (Global at Agent level) |
Modular (Reusable across Agents/Projects) |
Disposable (Ephemeral per Task/Query level) |
| Primary Task | Defines role persona, output format restrictions, tone, and fundamental reasoning boundaries. | Provides step-by-step SOPs, domain knowledge guides, prompt templates, and executable shell tools. | Serves as the target source code, database schemas, or specifications to be analyzed or processed. |
| Content Example | "You are a strict security expert. Answer concisely in Traditional Chinese." | "SOP for SQL Injection audit and executable script for database migration check." | 300 lines of source code in api_service.go.
|
| Modification Frequency | Very Low (Set during Agent creation) |
Medium (Updated with SOP or tool upgrades) |
Very High (Changes per command execution) |