public: clean up source comments for public distribution
This commit is contained in:
parent
aebdef7c16
commit
e7beafa22e
25 changed files with 61 additions and 96 deletions
|
|
@ -71,7 +71,7 @@ pub(crate) async fn write_energy_balance(server: &Arc<SouveraineServer>, agent_i
|
|||
}
|
||||
|
||||
// Determine the top-of-mind description — shifts the tone of the one-liner
|
||||
// the agent reads in context. Matches the lettabot-v017 heartbeat topology.
|
||||
// the agent reads in context.
|
||||
let ratio = if generative + consumptive > 0 {
|
||||
generative as f32 / (generative + consumptive) as f32
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue