Skip to content

Commit e68d632

Browse files
enamakelmedullabot
andcommitted
refactor(core): drop the empty goals module
Every part of the goals domain — the RPC surface, the reflection agent, the agent tools — names host types, and its store lives in tinycortex. What was left here re-exported nothing, so `memory::goals` in the host was importing an empty module. Removed rather than kept as a husk. Co-authored-by: Medulla <medulla@tinyhumans.ai>
1 parent a8b4833 commit e68d632

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

core/src/goals/mod.rs

Lines changed: 0 additions & 19 deletions
This file was deleted.

core/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ pub mod embedding_adapter;
4141
pub mod embedding_host;
4242
pub mod events;
4343
pub mod global;
44-
pub mod goals;
4544
pub mod ingest_pipeline;
4645
pub mod ingestion;
4746
pub mod learning_candidate;

0 commit comments

Comments
 (0)