Animica Examples
Apps
Scheduled Agent
A function that wakes up on a schedule and remembers.
ANM Toolkit
Address, balance and unit helpers for ANM.
Chain Pulse
Live Animica chain health, computed on demand.
Hello API
The smallest possible Animica Python Cloud function.
Agent Calls App
One function paying another — the agent-to-agent economy.
AI Summarizer
Summarize text with Animica AI — no API keys, no AI infrastructure.
Public functions
ANM Toolkit (paid)
Exact-integer ANM money math with a 0.005 ANM per-call surcharge — the earnings split, live.
Chain Pulse (AI + pandas workflow)
animica.http.fetch live chain data -> pandas/numpy block-interval stats -> AI narrative.
Agent Calls App
Nested execution: animica.call() into the paid toolkit, under one shared spend budget.
AI Summarizer
Summarize text with animica.ai.infer (AI_INFERENCE), with an honest extractive fallback.
Scheduled Agent
A chain-height monitor driven by a CloudSchedule, remembering runs in animica.state.
Hello API
The minimal request/response function — the whole runtime ABI in one file.