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 241 of file agent_state.h.
| bool yaze::editor::KnowledgeState::initialized = false |
Definition at line 242 of file agent_state.h.
| bool yaze::editor::KnowledgeState::pretraining_enabled = false |
Definition at line 243 of file agent_state.h.
| bool yaze::editor::KnowledgeState::context_injection_enabled = true |
Definition at line 244 of file agent_state.h.
| absl::Time yaze::editor::KnowledgeState::last_refresh = absl::InfinitePast() |
Definition at line 245 of file agent_state.h.
| int yaze::editor::KnowledgeState::preference_count = 0 |
Definition at line 248 of file agent_state.h.
| int yaze::editor::KnowledgeState::pattern_count = 0 |
Definition at line 249 of file agent_state.h.
| int yaze::editor::KnowledgeState::project_count = 0 |
Definition at line 250 of file agent_state.h.
| int yaze::editor::KnowledgeState::memory_count = 0 |
Definition at line 251 of file agent_state.h.