Pre-training system for AI agents.
More...
#include <agent_pretraining.h>
Pre-training system for AI agents.
Provides structured knowledge injection before interactive use. Teaches agent about ROM structure, common patterns, and tool usage.
Definition at line 20 of file agent_pretraining.h.
◆ GetModules()
| static std::vector< KnowledgeModule > yaze::cli::agent::AgentPretraining::GetModules |
( |
| ) |
|
|
static |
Load all pre-training modules.
◆ GetRomStructureKnowledge()
| static std::string yaze::cli::agent::AgentPretraining::GetRomStructureKnowledge |
( |
Rom * |
rom | ) |
|
|
static |
Get ROM structure explanation.
◆ GetHexAnalysisKnowledge()
| static std::string yaze::cli::agent::AgentPretraining::GetHexAnalysisKnowledge |
( |
| ) |
|
|
static |
Get hex data analysis patterns.
◆ GetMapEditingKnowledge()
| static std::string yaze::cli::agent::AgentPretraining::GetMapEditingKnowledge |
( |
| ) |
|
|
static |
Get map editing workflow.
◆ GetToolUsageExamples()
| static std::string yaze::cli::agent::AgentPretraining::GetToolUsageExamples |
( |
| ) |
|
|
static |
◆ GeneratePretrainingPrompt()
| static std::string yaze::cli::agent::AgentPretraining::GeneratePretrainingPrompt |
( |
Rom * |
rom | ) |
|
|
static |
Generate pre-training prompt for agent.
The documentation for this class was generated from the following file: