mirror of
https://github.com/RightNow-AI/openfang.git
synced 2026-07-30 23:05:08 +00:00
* fix: use fixed agent ID for hand agents based on hand_id This ensures triggers and cron jobs continue to work after daemon restart, as hand agents now have stable IDs instead of generating a new UUID each time. Changes: - Add AgentId::from_string() method for deterministic ID generation - Modify spawn_agent_with_parent() to accept optional fixed_id - Use hand_id-based fixed ID in activate_hand() See: #519 * remove: remove serena local config from commit * chore: ignore .serena directory