jackal-tracker
Installation
SKILL.md
πΊ JACKAL v2.0 β The Smart Stalker (v2-native)
The jackal watches bigger predators hunt. v2 splits the hunt into two processes that can't step on each other:
- The producer runs as a long-lived daemon (
producer_daemon), builds the trader pool, detects new entries, enriches with context, and pushes candidate signals. Nothing else. No execution, no DSL, no risk code. - The runtime receives signals, gates each through an LLM decision
prompt with
min_confidence: 7. The model is required at deploy time via the$JACKAL_DECISION_MODELenv var (no default by design β operators pick whatever model they prefer from the runtime's registry β bare model name, NO provider prefix). The runtime executes approved entries, auto-manages DSL exits, and enforces declarative risk guardrails.
This is the fleet's first v2-runtime-native agent. Legacy v1 scanner +
pool code is preserved in legacy-v1/ for reference.