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 |
State for learned knowledge management (CLI integration)
Definition at line 266 of file agent_state.h.
| bool yaze::editor::KnowledgeState::initialized = false |
Definition at line 267 of file agent_state.h.
| bool yaze::editor::KnowledgeState::pretraining_enabled = false |
Definition at line 268 of file agent_state.h.
| bool yaze::editor::KnowledgeState::context_injection_enabled = true |
Definition at line 269 of file agent_state.h.
| absl::Time yaze::editor::KnowledgeState::last_refresh = absl::InfinitePast() |
Definition at line 270 of file agent_state.h.
| int yaze::editor::KnowledgeState::preference_count = 0 |
Definition at line 273 of file agent_state.h.
| int yaze::editor::KnowledgeState::pattern_count = 0 |
Definition at line 274 of file agent_state.h.
| int yaze::editor::KnowledgeState::project_count = 0 |
Definition at line 275 of file agent_state.h.
| int yaze::editor::KnowledgeState::memory_count = 0 |
Definition at line 276 of file agent_state.h.