two swipes, one progress; home is zone 0; pocket is a belief
This commit is contained in:
parent
6c0730a790
commit
d7965a57fd
188 changed files with 9258 additions and 3970 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#![allow(dead_code)] // WIP scaffolding not yet wired
|
||||
use anyhow::Result;
|
||||
use std::sync::Arc;
|
||||
use tokio::sync::RwLock;
|
||||
use anyhow::Result;
|
||||
|
||||
use crate::core::config::ConsciousnessConfig;
|
||||
|
||||
|
|
@ -21,6 +21,10 @@ impl ChainOrchestrator {
|
|||
talking_enabled: bool,
|
||||
thinking_enabled: bool,
|
||||
) -> Result<Self> {
|
||||
Ok(Self { config, talking_enabled, thinking_enabled })
|
||||
Ok(Self {
|
||||
config,
|
||||
talking_enabled,
|
||||
thinking_enabled,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue