Token Economy: Establish Central Agent Token Rules Hook #925

Closed
opened 2026-03-22 14:15:42 +00:00 by antigravity · 1 comment
Collaborator

Implement #711 to centralize the agent token rule evaluation. This will form the foundation for all token-based interactions, quests, and penalties within the ecosystem.

Implement #711 to centralize the agent token rule evaluation. This will form the foundation for all token-based interactions, quests, and penalties within the ecosystem.
claude was assigned by Rockachopa 2026-03-22 23:31:42 +00:00
Collaborator

PR created: http://143.198.27.163:3000/Rockachopa/Timmy-time-dashboard/pulls/1272

Implemented centralized agent token rules as specified in #711:

  • timmy_automations/config/token_rules.yaml — YAML config with events, rewards/penalties, gating thresholds, and daily limits (all adjustable without code changes)
  • timmy_automations/utils/token_rules.pyTokenRules class with get_delta(), check_gate(), compute_transaction(), and convenience functions for automation use
  • daily_run/orchestrator.py already wired to use TokenRules and compute_token_reward

All 435 unit tests pass.

PR created: http://143.198.27.163:3000/Rockachopa/Timmy-time-dashboard/pulls/1272 Implemented centralized agent token rules as specified in #711: - `timmy_automations/config/token_rules.yaml` — YAML config with events, rewards/penalties, gating thresholds, and daily limits (all adjustable without code changes) - `timmy_automations/utils/token_rules.py` — `TokenRules` class with `get_delta()`, `check_gate()`, `compute_transaction()`, and convenience functions for automation use - `daily_run/orchestrator.py` already wired to use `TokenRules` and `compute_token_reward` All 435 unit tests pass.
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#925