yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::KnowledgeState Struct Reference

State for learned knowledge management (CLI integration) More...

#include <agent_state.h>

Public Attributes

bool initialized = false
 
bool pretraining_enabled = false
 
bool context_injection_enabled = true
 
absl::Time last_refresh = absl::InfinitePast()
 
int preference_count = 0
 
int pattern_count = 0
 
int project_count = 0
 
int memory_count = 0
 

Detailed Description

State for learned knowledge management (CLI integration)

Definition at line 241 of file agent_state.h.

Member Data Documentation

◆ initialized

bool yaze::editor::KnowledgeState::initialized = false

Definition at line 242 of file agent_state.h.

◆ pretraining_enabled

bool yaze::editor::KnowledgeState::pretraining_enabled = false

Definition at line 243 of file agent_state.h.

◆ context_injection_enabled

bool yaze::editor::KnowledgeState::context_injection_enabled = true

Definition at line 244 of file agent_state.h.

◆ last_refresh

absl::Time yaze::editor::KnowledgeState::last_refresh = absl::InfinitePast()

Definition at line 245 of file agent_state.h.

◆ preference_count

int yaze::editor::KnowledgeState::preference_count = 0

Definition at line 248 of file agent_state.h.

◆ pattern_count

int yaze::editor::KnowledgeState::pattern_count = 0

Definition at line 249 of file agent_state.h.

◆ project_count

int yaze::editor::KnowledgeState::project_count = 0

Definition at line 250 of file agent_state.h.

◆ memory_count

int yaze::editor::KnowledgeState::memory_count = 0

Definition at line 251 of file agent_state.h.


The documentation for this struct was generated from the following file: