@robbiesrobotics/alice-agents 1.5.7 โ 1.5.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -2
- package/bin/alice-cloud.cjs +71 -55
- package/package.json +1 -1
- package/templates/skills/acculynx/SKILL.md +183 -0
- package/templates/skills/acculynx/references/analysis_template.py +116 -0
- package/templates/skills/acculynx/references/dashboard_page.tsx +641 -0
- package/templates/skills/claude-code/SKILL.md +2 -2
- package/templates/skills/coding-agent/SKILL.md +68 -0
- package/templates/skills/crawl4ai/SKILL.md +119 -0
- package/templates/skills/crawl4ai/scripts/crwl +3 -0
- package/templates/workspaces/accuscope/AGENTS.md +38 -0
- package/templates/workspaces/accuscope/FEEDBACK.md +27 -0
- package/templates/workspaces/accuscope/HEARTBEAT.md +26 -0
- package/templates/workspaces/accuscope/IDENTITY.md +48 -0
- package/templates/workspaces/accuscope/LEARNINGS.md +46 -0
- package/templates/workspaces/accuscope/MEMORY.md +47 -0
- package/templates/workspaces/accuscope/PLAYBOOK.md +65 -0
- package/templates/workspaces/accuscope/SOUL.md +40 -0
- package/templates/workspaces/accuscope/TOOLS.md +63 -0
- package/templates/workspaces/accuscope/USER.md +39 -0
- package/templates/workspaces/aiden/AGENTS.md +52 -0
- package/templates/workspaces/aiden/FEEDBACK.md +12 -0
- package/templates/workspaces/aiden/HEARTBEAT.md +9 -0
- package/templates/workspaces/aiden/IDENTITY.md +6 -0
- package/templates/workspaces/aiden/LEARNINGS.md +6 -0
- package/templates/workspaces/aiden/MEMORY.md +22 -0
- package/templates/workspaces/aiden/PLAYBOOK.md +16 -0
- package/templates/workspaces/aiden/SOUL.md +1 -1
- package/templates/workspaces/aiden/USER.md +17 -0
- package/templates/workspaces/alex/AGENTS.md +52 -0
- package/templates/workspaces/alex/FEEDBACK.md +11 -0
- package/templates/workspaces/alex/HEARTBEAT.md +9 -0
- package/templates/workspaces/alex/IDENTITY.md +6 -0
- package/templates/workspaces/alex/LEARNINGS.md +5 -0
- package/templates/workspaces/alex/MEMORY.md +22 -0
- package/templates/workspaces/alex/PLAYBOOK.md +16 -0
- package/templates/workspaces/alex/SOUL.md +1 -1
- package/templates/workspaces/alex/USER.md +13 -0
- package/templates/workspaces/aria/AGENTS.md +18 -0
- package/templates/workspaces/aria/FEEDBACK.md +12 -0
- package/templates/workspaces/aria/HEARTBEAT.md +32 -0
- package/templates/workspaces/aria/IDENTITY.md +12 -0
- package/templates/workspaces/aria/LEARNINGS.md +31 -0
- package/templates/workspaces/aria/MEMORY.md +29 -0
- package/templates/workspaces/aria/PLAYBOOK.md +71 -0
- package/templates/workspaces/aria/SOUL.md +57 -0
- package/templates/workspaces/aria/TOOLS.md +47 -0
- package/templates/workspaces/aria/USER.md +18 -0
- package/templates/workspaces/audrey/AGENTS.md +59 -0
- package/templates/workspaces/audrey/FEEDBACK.md +11 -0
- package/templates/workspaces/audrey/HEARTBEAT.md +9 -0
- package/templates/workspaces/audrey/IDENTITY.md +6 -0
- package/templates/workspaces/audrey/LEARNINGS.md +5 -0
- package/templates/workspaces/audrey/MEMORY.md +22 -0
- package/templates/workspaces/audrey/PLAYBOOK.md +16 -0
- package/templates/workspaces/audrey/SOUL.md +1 -1
- package/templates/workspaces/audrey/TOOLS.md +15 -0
- package/templates/workspaces/audrey/USER.md +13 -0
- package/templates/workspaces/avery/AGENTS.md +52 -0
- package/templates/workspaces/avery/FEEDBACK.md +12 -0
- package/templates/workspaces/avery/HEARTBEAT.md +5 -0
- package/templates/workspaces/avery/IDENTITY.md +6 -0
- package/templates/workspaces/avery/LEARNINGS.md +6 -0
- package/templates/workspaces/avery/MEMORY.md +22 -0
- package/templates/workspaces/avery/PLAYBOOK.md +16 -0
- package/templates/workspaces/avery/SOUL.md +1 -1
- package/templates/workspaces/avery/USER.md +17 -0
- package/templates/workspaces/avery/skills/claude-code/SKILL.md +38 -0
- package/templates/workspaces/avery/skills/claude-code/claude_code +55 -0
- package/templates/workspaces/caleb/AGENTS.md +52 -0
- package/templates/workspaces/caleb/FEEDBACK.md +11 -0
- package/templates/workspaces/caleb/HEARTBEAT.md +9 -0
- package/templates/workspaces/caleb/IDENTITY.md +6 -0
- package/templates/workspaces/caleb/LEARNINGS.md +5 -0
- package/templates/workspaces/caleb/MEMORY.md +22 -0
- package/templates/workspaces/caleb/PLAYBOOK.md +16 -0
- package/templates/workspaces/caleb/SOUL.md +1 -1
- package/templates/workspaces/caleb/TOOLS.md +30 -0
- package/templates/workspaces/caleb/USER.md +13 -0
- package/templates/workspaces/clara/AGENTS.md +59 -0
- package/templates/workspaces/clara/FEEDBACK.md +12 -0
- package/templates/workspaces/clara/HEARTBEAT.md +5 -0
- package/templates/workspaces/clara/IDENTITY.md +6 -0
- package/templates/workspaces/clara/LEARNINGS.md +6 -0
- package/templates/workspaces/clara/MEMORY.md +22 -0
- package/templates/workspaces/clara/PLAYBOOK.md +16 -0
- package/templates/workspaces/clara/SOUL.md +1 -1
- package/templates/workspaces/clara/TOOLS.md +15 -0
- package/templates/workspaces/clara/USER.md +17 -0
- package/templates/workspaces/daphne/AGENTS.md +59 -0
- package/templates/workspaces/daphne/FEEDBACK.md +18 -0
- package/templates/workspaces/daphne/HEARTBEAT.md +5 -0
- package/templates/workspaces/daphne/IDENTITY.md +6 -0
- package/templates/workspaces/daphne/LEARNINGS.md +6 -0
- package/templates/workspaces/daphne/MEMORY.md +22 -0
- package/templates/workspaces/daphne/PLAYBOOK.md +48 -0
- package/templates/workspaces/daphne/SOUL.md +1 -1
- package/templates/workspaces/daphne/TOOLS.md +15 -0
- package/templates/workspaces/daphne/USER.md +17 -0
- package/templates/workspaces/darius/AGENTS.md +52 -0
- package/templates/workspaces/darius/FEEDBACK.md +12 -0
- package/templates/workspaces/darius/HEARTBEAT.md +5 -0
- package/templates/workspaces/darius/IDENTITY.md +6 -0
- package/templates/workspaces/darius/LEARNINGS.md +6 -0
- package/templates/workspaces/darius/MEMORY.md +22 -0
- package/templates/workspaces/darius/PLAYBOOK.md +16 -0
- package/templates/workspaces/darius/SOUL.md +1 -1
- package/templates/workspaces/darius/USER.md +17 -0
- package/templates/workspaces/darius/skills/claude-code/SKILL.md +38 -0
- package/templates/workspaces/darius/skills/claude-code/claude_code +55 -0
- package/templates/workspaces/devon/AGENTS.md +52 -0
- package/templates/workspaces/devon/FEEDBACK.md +11 -0
- package/templates/workspaces/devon/HEARTBEAT.md +5 -0
- package/templates/workspaces/devon/IDENTITY.md +6 -0
- package/templates/workspaces/devon/LEARNINGS.md +11 -0
- package/templates/workspaces/devon/MEMORY.md +22 -0
- package/templates/workspaces/devon/PLAYBOOK.md +16 -0
- package/templates/workspaces/devon/SOUL.md +1 -1
- package/templates/workspaces/devon/USER.md +13 -0
- package/templates/workspaces/devon/check_github.py +12 -0
- package/templates/workspaces/devon/check_mc_env.py +30 -0
- package/templates/workspaces/devon/check_sb.py +34 -0
- package/templates/workspaces/devon/check_vercel.py +12 -0
- package/templates/workspaces/devon/get_mc_files.py +17 -0
- package/templates/workspaces/devon/write_heartbeat.py +67 -0
- package/templates/workspaces/dylan/.env.example +33 -0
- package/templates/workspaces/dylan/00007_verify_licenses_table.sql +100 -0
- package/templates/workspaces/dylan/AGENTS.md +52 -0
- package/templates/workspaces/dylan/FEEDBACK.md +28 -0
- package/templates/workspaces/dylan/HEARTBEAT.md +5 -0
- package/templates/workspaces/dylan/IDENTITY.md +6 -0
- package/templates/workspaces/dylan/LEARNINGS.md +70 -0
- package/templates/workspaces/dylan/MEMORY.md +22 -0
- package/templates/workspaces/dylan/PLAYBOOK.md +16 -0
- package/templates/workspaces/dylan/SOUL.md +1 -1
- package/templates/workspaces/dylan/STRIPE_PIPELINE.md +185 -0
- package/templates/workspaces/dylan/USER.md +17 -0
- package/templates/workspaces/dylan/n8n-stripe-welcome-workflow.json +123 -0
- package/templates/workspaces/dylan/skills/claude-code/SKILL.md +38 -0
- package/templates/workspaces/dylan/skills/claude-code/claude_code +55 -0
- package/templates/workspaces/dylan/stripe-webhook-handler.py +433 -0
- package/templates/workspaces/dylan/test_mock_webhook.py +103 -0
- package/templates/workspaces/elena/AGENTS.md +59 -0
- package/templates/workspaces/elena/FEEDBACK.md +11 -0
- package/templates/workspaces/elena/HEARTBEAT.md +9 -0
- package/templates/workspaces/elena/IDENTITY.md +6 -0
- package/templates/workspaces/elena/LEARNINGS.md +5 -0
- package/templates/workspaces/elena/MEMORY.md +22 -0
- package/templates/workspaces/elena/PLAYBOOK.md +16 -0
- package/templates/workspaces/elena/SOUL.md +1 -1
- package/templates/workspaces/elena/TOOLS.md +15 -0
- package/templates/workspaces/elena/USER.md +13 -0
- package/templates/workspaces/eva/AGENTS.md +59 -0
- package/templates/workspaces/eva/FEEDBACK.md +11 -0
- package/templates/workspaces/eva/HEARTBEAT.md +9 -0
- package/templates/workspaces/eva/IDENTITY.md +6 -0
- package/templates/workspaces/eva/LEARNINGS.md +5 -0
- package/templates/workspaces/eva/MEMORY.md +22 -0
- package/templates/workspaces/eva/PLAYBOOK.md +16 -0
- package/templates/workspaces/eva/SOUL.md +1 -1
- package/templates/workspaces/eva/TOOLS.md +15 -0
- package/templates/workspaces/eva/USER.md +13 -0
- package/templates/workspaces/felix/AGENTS.md +52 -0
- package/templates/workspaces/felix/FEEDBACK.md +11 -0
- package/templates/workspaces/felix/HEARTBEAT.md +5 -0
- package/templates/workspaces/felix/IDENTITY.md +6 -0
- package/templates/workspaces/felix/LEARNINGS.md +17 -0
- package/templates/workspaces/felix/MEMORY.md +22 -0
- package/templates/workspaces/felix/PLAYBOOK.md +16 -0
- package/templates/workspaces/felix/SOUL.md +1 -1
- package/templates/workspaces/felix/USER.md +13 -0
- package/templates/workspaces/felix/fidelia-psychology.html +1594 -0
- package/templates/workspaces/felix/task.txt +164 -0
- package/templates/workspaces/hannah/AGENTS.md +59 -0
- package/templates/workspaces/hannah/FEEDBACK.md +12 -0
- package/templates/workspaces/hannah/HEARTBEAT.md +5 -0
- package/templates/workspaces/hannah/IDENTITY.md +6 -0
- package/templates/workspaces/hannah/LEARNINGS.md +6 -0
- package/templates/workspaces/hannah/MEMORY.md +22 -0
- package/templates/workspaces/hannah/PLAYBOOK.md +16 -0
- package/templates/workspaces/hannah/SOUL.md +1 -1
- package/templates/workspaces/hannah/TOOLS.md +15 -0
- package/templates/workspaces/hannah/USER.md +17 -0
- package/templates/workspaces/isaac/AGENTS.md +52 -0
- package/templates/workspaces/isaac/FEEDBACK.md +12 -0
- package/templates/workspaces/isaac/HEARTBEAT.md +9 -0
- package/templates/workspaces/isaac/IDENTITY.md +6 -0
- package/templates/workspaces/isaac/LEARNINGS.md +6 -0
- package/templates/workspaces/isaac/MEMORY.md +22 -0
- package/templates/workspaces/isaac/PLAYBOOK.md +16 -0
- package/templates/workspaces/isaac/SOUL.md +1 -1
- package/templates/workspaces/isaac/USER.md +17 -0
- package/templates/workspaces/isaac/skills/claude-code/SKILL.md +38 -0
- package/templates/workspaces/isaac/skills/claude-code/claude_code +55 -0
- package/templates/workspaces/logan/AGENTS.md +59 -0
- package/templates/workspaces/logan/FEEDBACK.md +11 -0
- package/templates/workspaces/logan/HEARTBEAT.md +9 -0
- package/templates/workspaces/logan/IDENTITY.md +6 -0
- package/templates/workspaces/logan/LEARNINGS.md +5 -0
- package/templates/workspaces/logan/MEMORY.md +22 -0
- package/templates/workspaces/logan/PLAYBOOK.md +16 -0
- package/templates/workspaces/logan/SOUL.md +1 -1
- package/templates/workspaces/logan/TOOLS.md +15 -0
- package/templates/workspaces/logan/USER.md +13 -0
- package/templates/workspaces/maxxipro/AGENTS.md +29 -0
- package/templates/workspaces/maxxipro/FEEDBACK.md +19 -0
- package/templates/workspaces/maxxipro/HEARTBEAT.md +22 -0
- package/templates/workspaces/maxxipro/IDENTITY.md +35 -0
- package/templates/workspaces/maxxipro/KNOWLEDGE.md +335 -0
- package/templates/workspaces/maxxipro/LEARNINGS.md +47 -0
- package/templates/workspaces/maxxipro/MEMORY.md +60 -0
- package/templates/workspaces/maxxipro/OUTREACH_TEMPLATES.md +143 -0
- package/templates/workspaces/maxxipro/PLAYBOOK.md +81 -0
- package/templates/workspaces/maxxipro/SOUL.md +146 -0
- package/templates/workspaces/maxxipro/TOOLS.md +81 -0
- package/templates/workspaces/maxxipro/USER.md +40 -0
- package/templates/workspaces/morgan/AGENTS.md +59 -0
- package/templates/workspaces/morgan/FEEDBACK.md +19 -0
- package/templates/workspaces/morgan/HEARTBEAT.md +5 -0
- package/templates/workspaces/morgan/IDENTITY.md +6 -0
- package/templates/workspaces/morgan/LEARNINGS.md +18 -0
- package/templates/workspaces/morgan/MEMORY.md +22 -0
- package/templates/workspaces/morgan/PLAYBOOK.md +16 -0
- package/templates/workspaces/morgan/SOUL.md +1 -1
- package/templates/workspaces/morgan/TOOLS.md +15 -0
- package/templates/workspaces/morgan/USER.md +13 -0
- package/templates/workspaces/nadia/AGENTS.md +59 -0
- package/templates/workspaces/nadia/FEEDBACK.md +12 -0
- package/templates/workspaces/nadia/HEARTBEAT.md +5 -0
- package/templates/workspaces/nadia/IDENTITY.md +6 -0
- package/templates/workspaces/nadia/LEARNINGS.md +6 -0
- package/templates/workspaces/nadia/MEMORY.md +22 -0
- package/templates/workspaces/nadia/PLAYBOOK.md +16 -0
- package/templates/workspaces/nadia/SOUL.md +1 -1
- package/templates/workspaces/nadia/TOOLS.md +15 -0
- package/templates/workspaces/nadia/USER.md +13 -0
- package/templates/workspaces/nate/AGENTS.md +24 -0
- package/templates/workspaces/nate/FEEDBACK.md +12 -0
- package/templates/workspaces/nate/HEARTBEAT.md +33 -0
- package/templates/workspaces/nate/IDENTITY.md +15 -0
- package/templates/workspaces/nate/LEARNINGS.md +33 -0
- package/templates/workspaces/nate/MEMORY.md +39 -0
- package/templates/workspaces/nate/PLAYBOOK.md +160 -0
- package/templates/workspaces/nate/SOUL.md +50 -0
- package/templates/workspaces/nate/TOOLS.md +111 -0
- package/templates/workspaces/nate/USER.md +32 -0
- package/templates/workspaces/olivia/.last-openclaw-version +1 -0
- package/templates/workspaces/olivia/.npmrc.tmp +0 -0
- package/templates/workspaces/olivia/AGENTS.md +77 -0
- package/templates/workspaces/olivia/ALPHA_CODING_BENCHMARK.txt +148 -0
- package/templates/workspaces/olivia/ALPHA_MODEL_GUIDE.md +393 -0
- package/templates/workspaces/olivia/FEEDBACK.md +13 -0
- package/templates/workspaces/olivia/HEADTOHEAD_BENCHMARK.txt +1289 -0
- package/templates/workspaces/olivia/HEARTBEAT.md +267 -0
- package/templates/workspaces/olivia/IDENTITY.md +6 -0
- package/templates/workspaces/olivia/LEARNINGS.md +708 -0
- package/templates/workspaces/olivia/MEMORY.md +202 -0
- package/templates/workspaces/olivia/MISSION_CONTROL_DESIGN_SPEC_v1.md +1143 -0
- package/templates/workspaces/olivia/MVP-COMPLETION-SUMMARY.md +175 -0
- package/templates/workspaces/olivia/NETWORK_IMPLEMENTATION_PLAN.md +1556 -0
- package/templates/workspaces/olivia/NEW_NODES_BENCHMARK.txt +947 -0
- package/templates/workspaces/olivia/PLAYBOOK.md +42 -0
- package/templates/workspaces/olivia/SELF-HEALING-COMPLETE.md +150 -0
- package/templates/workspaces/olivia/SOUL.md +8 -8
- package/templates/workspaces/olivia/TOOLS.md +15 -0
- package/templates/workspaces/olivia/USER.md +17 -0
- package/templates/workspaces/olivia/alicefleet-supabase-credentials.md +50 -0
- package/templates/workspaces/olivia/dzombo-copy-rewrite.md +115 -0
- package/templates/workspaces/olivia/dzombo-implementation-plan.md +1248 -0
- package/templates/workspaces/olivia/fidelia-psychology.html +1594 -0
- package/templates/workspaces/olivia/lead_debug.png +0 -0
- package/templates/workspaces/olivia/minimatch-10.2.4.tgz +0 -0
- package/templates/workspaces/olivia/operation-bllm-research.md +157 -0
- package/templates/workspaces/olivia/qa-audit-mission-control-v2.md +538 -0
- package/templates/workspaces/olivia/roofmaxx_logo.svg +1 -0
- package/templates/workspaces/olivia/roofmaxx_social.jpg +0 -0
- package/templates/workspaces/olivia/skills/1password/SKILL.md +53 -0
- package/templates/workspaces/olivia/skills/1password/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/README.md +57 -0
- package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/SKILL.md +534 -0
- package/templates/workspaces/olivia/skills/afrexai-recruiting-engine/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/agent-security/SKILL.md +69 -0
- package/templates/workspaces/olivia/skills/agent-security/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/agentic-security-audit/SKILL.md +855 -0
- package/templates/workspaces/olivia/skills/agentic-security-audit/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/ai-automation-consulting/SKILL.md +67 -0
- package/templates/workspaces/olivia/skills/ai-automation-consulting/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/ai-automation-consulting/skill.json +12 -0
- package/templates/workspaces/olivia/skills/ai-presentation-maker/SKILL.md +1104 -0
- package/templates/workspaces/olivia/skills/ai-presentation-maker/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/ai-productivity-audit/SKILL.md +181 -0
- package/templates/workspaces/olivia/skills/ai-productivity-audit/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/ai-researcher/README.md +31 -0
- package/templates/workspaces/olivia/skills/ai-researcher/SKILL.md +59 -0
- package/templates/workspaces/olivia/skills/ai-researcher/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/ai-seo-writer/README.md +19 -0
- package/templates/workspaces/olivia/skills/ai-seo-writer/SKILL.md +100 -0
- package/templates/workspaces/olivia/skills/ai-seo-writer/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/analytics-tracking-2/SKILL.md +309 -0
- package/templates/workspaces/olivia/skills/analytics-tracking-2/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/api-doc-writer/SKILL.md +232 -0
- package/templates/workspaces/olivia/skills/api-doc-writer/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/api-generator/SKILL.md +49 -0
- package/templates/workspaces/olivia/skills/api-generator/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/api-generator/tips.md +10 -0
- package/templates/workspaces/olivia/skills/apple-notes/SKILL.md +50 -0
- package/templates/workspaces/olivia/skills/apple-notes/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/apple-reminders/SKILL.md +67 -0
- package/templates/workspaces/olivia/skills/apple-reminders/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/automation-workflows/SKILL.md +267 -0
- package/templates/workspaces/olivia/skills/automation-workflows/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/autoresearch/SKILL.md +46 -0
- package/templates/workspaces/olivia/skills/autoresearch/aria_write.py +148 -0
- package/templates/workspaces/olivia/skills/autoresearch/autoresearch.py +75 -0
- package/templates/workspaces/olivia/skills/azure-devops/SKILL.md +115 -0
- package/templates/workspaces/olivia/skills/azure-devops/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/blogwatcher/SKILL.md +46 -0
- package/templates/workspaces/olivia/skills/blogwatcher/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/blucli/SKILL.md +27 -0
- package/templates/workspaces/olivia/skills/blucli/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/check-analytics/SKILL.md +92 -0
- package/templates/workspaces/olivia/skills/check-analytics/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/cloud-architect/SKILL.md +89 -0
- package/templates/workspaces/olivia/skills/cloud-architect/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/cloud-infra-automation/SKILL.md +50 -0
- package/templates/workspaces/olivia/skills/cloud-infra-automation/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/cloud-storage/SKILL.md +61 -0
- package/templates/workspaces/olivia/skills/cloud-storage/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/cloud-storage/auth.md +97 -0
- package/templates/workspaces/olivia/skills/cloud-storage/costs.md +88 -0
- package/templates/workspaces/olivia/skills/cloud-storage/providers.md +55 -0
- package/templates/workspaces/olivia/skills/copywriting-pro/SKILL.md +107 -0
- package/templates/workspaces/olivia/skills/copywriting-pro/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/data-analyst-pro/SKILL.md +21 -0
- package/templates/workspaces/olivia/skills/data-analyst-pro/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/database-designer/README.md +388 -0
- package/templates/workspaces/olivia/skills/database-designer/SKILL.md +66 -0
- package/templates/workspaces/olivia/skills/database-designer/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/database-designer/index_optimizer.py +926 -0
- package/templates/workspaces/olivia/skills/database-designer/migration_generator.py +1199 -0
- package/templates/workspaces/olivia/skills/database-designer/schema_analyzer.py +982 -0
- package/templates/workspaces/olivia/skills/deploy-agent/SKILL.md +255 -0
- package/templates/workspaces/olivia/skills/deploy-agent/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/devops-automation-pack/SKILL.md +72 -0
- package/templates/workspaces/olivia/skills/devops-automation-pack/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/devops-automation-pack/deploy.sh +0 -0
- package/templates/workspaces/olivia/skills/financial-analysis-agent/SKILL.md +489 -0
- package/templates/workspaces/olivia/skills/financial-analysis-agent/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/README.md +72 -0
- package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/SKILL.md +226 -0
- package/templates/workspaces/olivia/skills/gdpr-compliance-tracker/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/gifgrep/SKILL.md +47 -0
- package/templates/workspaces/olivia/skills/gifgrep/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/github/SKILL.md +47 -0
- package/templates/workspaces/olivia/skills/github/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/gog/SKILL.md +36 -0
- package/templates/workspaces/olivia/skills/gog/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/growth-strategy-hub/SKILL.md +135 -0
- package/templates/workspaces/olivia/skills/growth-strategy-hub/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/growth-strategy-hub/metadata.json +4 -0
- package/templates/workspaces/olivia/skills/hetzner-cloud/SKILL.md +130 -0
- package/templates/workspaces/olivia/skills/hetzner-cloud/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/himalaya/SKILL.md +217 -0
- package/templates/workspaces/olivia/skills/himalaya/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/hotel-recommendation/SKILL.md +117 -0
- package/templates/workspaces/olivia/skills/hotel-recommendation/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/hr-policy-generator/SKILL.md +54 -0
- package/templates/workspaces/olivia/skills/hr-policy-generator/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/human-writing/SKILL.md +41 -0
- package/templates/workspaces/olivia/skills/human-writing/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/imsg/SKILL.md +25 -0
- package/templates/workspaces/olivia/skills/imsg/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/in-depth-research/SKILL.md +124 -0
- package/templates/workspaces/olivia/skills/in-depth-research/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/in-depth-research/methodology.md +75 -0
- package/templates/workspaces/olivia/skills/in-depth-research/output-formats.md +168 -0
- package/templates/workspaces/olivia/skills/in-depth-research/sources.md +80 -0
- package/templates/workspaces/olivia/skills/javascript-skills/README.md +71 -0
- package/templates/workspaces/olivia/skills/javascript-skills/SKILL.md +746 -0
- package/templates/workspaces/olivia/skills/javascript-skills/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/leadership-strategy-playbook/SKILL.md +147 -0
- package/templates/workspaces/olivia/skills/leadership-strategy-playbook/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/market-research-agent/README.md +29 -0
- package/templates/workspaces/olivia/skills/market-research-agent/SKILL.md +52 -0
- package/templates/workspaces/olivia/skills/market-research-agent/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/marketing-analytics/SKILL.md +74 -0
- package/templates/workspaces/olivia/skills/marketing-analytics/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/marketing-master-io/SKILL.md +125 -0
- package/templates/workspaces/olivia/skills/marketing-master-io/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/marketing-strategy-pmm/SKILL.md +398 -0
- package/templates/workspaces/olivia/skills/marketing-strategy-pmm/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/meta-ads-analytics/SKILL.md +53 -0
- package/templates/workspaces/olivia/skills/meta-ads-analytics/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/obsidian/SKILL.md +55 -0
- package/templates/workspaces/olivia/skills/obsidian/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/openclaw-accounting/SKILL.md +125 -0
- package/templates/workspaces/olivia/skills/openclaw-accounting/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/CHANGELOG.md +35 -0
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/CHANNELLOG.md +73 -0
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/README.md +161 -0
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/SKILL.md +130 -0
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/config.json +36 -0
- package/templates/workspaces/olivia/skills/openclaw-security-toolkit/metadata.json +19 -0
- package/templates/workspaces/olivia/skills/openhue/SKILL.md +30 -0
- package/templates/workspaces/olivia/skills/openhue/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/orgx-operations-agent/SKILL.md +41 -0
- package/templates/workspaces/olivia/skills/orgx-operations-agent/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/outreach/SKILL.md +84 -0
- package/templates/workspaces/olivia/skills/outreach/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/outreach/by-type.md +166 -0
- package/templates/workspaces/olivia/skills/outreach/templates.md +154 -0
- package/templates/workspaces/olivia/skills/outreach/tracking.md +145 -0
- package/templates/workspaces/olivia/skills/persona-hr-coordinator/SKILL.md +38 -0
- package/templates/workspaces/olivia/skills/persona-hr-coordinator/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/personal-productivity/SKILL.md +161 -0
- package/templates/workspaces/olivia/skills/personal-productivity/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/personal-productivity/index.js +363 -0
- package/templates/workspaces/olivia/skills/personal-productivity/package.json +15 -0
- package/templates/workspaces/olivia/skills/personal-travel/README.md +34 -0
- package/templates/workspaces/olivia/skills/personal-travel/SKILL.md +46 -0
- package/templates/workspaces/olivia/skills/personal-travel/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/presentation-html-generator-skill/SKILL.md +185 -0
- package/templates/workspaces/olivia/skills/presentation-html-generator-skill/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/product-manager/SKILL.md +77 -0
- package/templates/workspaces/olivia/skills/product-manager/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/quant-strategy/SKILL.md +28 -0
- package/templates/workspaces/olivia/skills/quant-strategy/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/sales-pipeline-tracker/README.md +29 -0
- package/templates/workspaces/olivia/skills/sales-pipeline-tracker/SKILL.md +45 -0
- package/templates/workspaces/olivia/skills/sales-pipeline-tracker/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/security-auditor/SKILL.md +399 -0
- package/templates/workspaces/olivia/skills/security-auditor/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/security-hardening/SKILL.md +296 -0
- package/templates/workspaces/olivia/skills/security-hardening/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/security-scanner/SKILL.md +67 -0
- package/templates/workspaces/olivia/skills/security-scanner/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/seo-optimization/SKILL.md +31 -0
- package/templates/workspaces/olivia/skills/seo-optimization/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/service-booking/SKILL.md +193 -0
- package/templates/workspaces/olivia/skills/service-booking/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/sme-hr-automation/SKILL.md +131 -0
- package/templates/workspaces/olivia/skills/sme-hr-automation/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/social-media-scheduler/README.md +29 -0
- package/templates/workspaces/olivia/skills/social-media-scheduler/SKILL.md +49 -0
- package/templates/workspaces/olivia/skills/social-media-scheduler/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/sonoscli/SKILL.md +26 -0
- package/templates/workspaces/olivia/skills/sonoscli/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/strategy-advisor/SKILL.md +33 -0
- package/templates/workspaces/olivia/skills/strategy-advisor/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/summarize/SKILL.md +49 -0
- package/templates/workspaces/olivia/skills/summarize/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/things-mac/SKILL.md +61 -0
- package/templates/workspaces/olivia/skills/things-mac/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/travel-itinerary-planner/SKILL.md +121 -0
- package/templates/workspaces/olivia/skills/travel-itinerary-planner/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/travel-manager/SKILL.md +36 -0
- package/templates/workspaces/olivia/skills/travel-manager/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/travel-planning/SKILL.md +238 -0
- package/templates/workspaces/olivia/skills/travel-planning/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/travel-planning/booking-guide.md +91 -0
- package/templates/workspaces/olivia/skills/travel-planning/memory-template.md +111 -0
- package/templates/workspaces/olivia/skills/travel-planning/multi-city.md +131 -0
- package/templates/workspaces/olivia/skills/travel-planning/packing-templates.md +155 -0
- package/templates/workspaces/olivia/skills/travel-planning/setup.md +66 -0
- package/templates/workspaces/olivia/skills/update-it-all/SKILL.md +143 -0
- package/templates/workspaces/olivia/skills/update-it-all/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/voice/SKILL.md +62 -0
- package/templates/workspaces/olivia/skills/weather/SKILL.md +49 -0
- package/templates/workspaces/olivia/skills/weather/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/web-researcher/SKILL.md +21 -0
- package/templates/workspaces/olivia/skills/web-researcher/_meta.json +6 -0
- package/templates/workspaces/olivia/skills/website-seo/SKILL.md +284 -0
- package/templates/workspaces/olivia/skills/website-seo/_meta.json +6 -0
- package/templates/workspaces/olivia/stripe-welcome-n8n.json +103 -0
- package/templates/workspaces/olivia/test2.wav.wav +0 -0
- package/templates/workspaces/olivia/test_speech.json +1 -0
- package/templates/workspaces/olivia/test_speech.srt +0 -0
- package/templates/workspaces/olivia/test_speech.tsv +1 -0
- package/templates/workspaces/olivia/test_speech.txt +0 -0
- package/templates/workspaces/olivia/test_speech.vtt +2 -0
- package/templates/workspaces/owen/AGENTS.md +59 -0
- package/templates/workspaces/owen/FEEDBACK.md +12 -0
- package/templates/workspaces/owen/HEARTBEAT.md +5 -0
- package/templates/workspaces/owen/IDENTITY.md +6 -0
- package/templates/workspaces/owen/LEARNINGS.md +46 -0
- package/templates/workspaces/owen/MEMORY.md +22 -0
- package/templates/workspaces/owen/PLAYBOOK.md +16 -0
- package/templates/workspaces/owen/SOUL.md +1 -1
- package/templates/workspaces/owen/TOOLS.md +15 -0
- package/templates/workspaces/owen/USER.md +17 -0
- package/templates/workspaces/parker/AGENTS.md +59 -0
- package/templates/workspaces/parker/FEEDBACK.md +11 -0
- package/templates/workspaces/parker/HEARTBEAT.md +5 -0
- package/templates/workspaces/parker/IDENTITY.md +6 -0
- package/templates/workspaces/parker/LEARNINGS.md +17 -0
- package/templates/workspaces/parker/MEMORY.md +22 -0
- package/templates/workspaces/parker/PLAYBOOK.md +16 -0
- package/templates/workspaces/parker/SOUL.md +1 -1
- package/templates/workspaces/parker/TOOLS.md +15 -0
- package/templates/workspaces/parker/USER.md +13 -0
- package/templates/workspaces/quinn/AGENTS.md +52 -0
- package/templates/workspaces/quinn/FEEDBACK.md +11 -0
- package/templates/workspaces/quinn/HEARTBEAT.md +5 -0
- package/templates/workspaces/quinn/IDENTITY.md +6 -0
- package/templates/workspaces/quinn/LEARNINGS.md +35 -0
- package/templates/workspaces/quinn/MEMORY.md +22 -0
- package/templates/workspaces/quinn/PLAYBOOK.md +16 -0
- package/templates/workspaces/quinn/SOUL.md +1 -1
- package/templates/workspaces/quinn/USER.md +17 -0
- package/templates/workspaces/quinn/alice-login-page.png +0 -0
- package/templates/workspaces/rowan/AGENTS.md +59 -0
- package/templates/workspaces/rowan/FEEDBACK.md +12 -0
- package/templates/workspaces/rowan/HEARTBEAT.md +5 -0
- package/templates/workspaces/rowan/IDENTITY.md +6 -0
- package/templates/workspaces/rowan/LEARNINGS.md +12 -0
- package/templates/workspaces/rowan/MEMORY.md +22 -0
- package/templates/workspaces/rowan/PLAYBOOK.md +16 -0
- package/templates/workspaces/rowan/SOUL.md +1 -1
- package/templates/workspaces/rowan/USER.md +17 -0
- package/templates/workspaces/selena/AGENTS.md +59 -0
- package/templates/workspaces/selena/FEEDBACK.md +12 -0
- package/templates/workspaces/selena/HEARTBEAT.md +5 -0
- package/templates/workspaces/selena/IDENTITY.md +6 -0
- package/templates/workspaces/selena/LEARNINGS.md +24 -0
- package/templates/workspaces/selena/MEMORY.md +22 -0
- package/templates/workspaces/selena/PLAYBOOK.md +16 -0
- package/templates/workspaces/selena/SOUL.md +1 -1
- package/templates/workspaces/selena/USER.md +17 -0
- package/templates/workspaces/selena/kids-ai-security-compliance-plan.md +791 -0
- package/templates/workspaces/selena/kidspark-coppa-compliance-audit.md +866 -0
- package/templates/workspaces/sloane/AGENTS.md +59 -0
- package/templates/workspaces/sloane/FEEDBACK.md +12 -0
- package/templates/workspaces/sloane/HEARTBEAT.md +9 -0
- package/templates/workspaces/sloane/IDENTITY.md +6 -0
- package/templates/workspaces/sloane/LEARNINGS.md +6 -0
- package/templates/workspaces/sloane/MEMORY.md +22 -0
- package/templates/workspaces/sloane/PLAYBOOK.md +16 -0
- package/templates/workspaces/sloane/SOUL.md +1 -1
- package/templates/workspaces/sloane/TOOLS.md +15 -0
- package/templates/workspaces/sloane/USER.md +13 -0
- package/templates/workspaces/smoketestagent/AGENTS.md +52 -0
- package/templates/workspaces/smoketestagent/FEEDBACK.md +3 -0
- package/templates/workspaces/smoketestagent/HEARTBEAT.md +14 -0
- package/templates/workspaces/smoketestagent/IDENTITY.md +6 -0
- package/templates/workspaces/smoketestagent/LEARNINGS.md +3 -0
- package/templates/workspaces/smoketestagent/MEMORY.md +24 -0
- package/templates/workspaces/smoketestagent/PLAYBOOK.md +7 -0
- package/templates/workspaces/smoketestagent/SOUL.md +32 -0
- package/templates/workspaces/smoketestagent/TOOLS.md +13 -0
- package/templates/workspaces/smoketestagent/USER.md +5 -0
- package/templates/workspaces/sophie/AGENTS.md +59 -0
- package/templates/workspaces/sophie/FEEDBACK.md +12 -0
- package/templates/workspaces/sophie/HEARTBEAT.md +9 -0
- package/templates/workspaces/sophie/IDENTITY.md +6 -0
- package/templates/workspaces/sophie/LEARNINGS.md +6 -0
- package/templates/workspaces/sophie/MEMORY.md +22 -0
- package/templates/workspaces/sophie/PLAYBOOK.md +16 -0
- package/templates/workspaces/sophie/SOUL.md +1 -1
- package/templates/workspaces/sophie/TOOLS.md +15 -0
- package/templates/workspaces/sophie/USER.md +17 -0
- package/templates/workspaces/tommy/AGENTS.md +59 -0
- package/templates/workspaces/tommy/FEEDBACK.md +12 -0
- package/templates/workspaces/tommy/HEARTBEAT.md +9 -0
- package/templates/workspaces/tommy/IDENTITY.md +6 -0
- package/templates/workspaces/tommy/LEARNINGS.md +6 -0
- package/templates/workspaces/tommy/MEMORY.md +22 -0
- package/templates/workspaces/tommy/PLAYBOOK.md +16 -0
- package/templates/workspaces/tommy/SOUL.md +1 -1
- package/templates/workspaces/tommy/TOOLS.md +15 -0
- package/templates/workspaces/tommy/USER.md +17 -0
- package/templates/workspaces/uma/AGENTS.md +59 -0
- package/templates/workspaces/uma/FEEDBACK.md +11 -0
- package/templates/workspaces/uma/HEARTBEAT.md +5 -0
- package/templates/workspaces/uma/IDENTITY.md +6 -0
- package/templates/workspaces/uma/LEARNINGS.md +11 -0
- package/templates/workspaces/uma/MEMORY.md +22 -0
- package/templates/workspaces/uma/PLAYBOOK.md +16 -0
- package/templates/workspaces/uma/SOUL.md +1 -1
- package/templates/workspaces/uma/TOOLS.md +15 -0
- package/templates/workspaces/uma/USER.md +13 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# USER.md - Nate's User Context
|
|
2
|
+
|
|
3
|
+
- **Name:** Rob
|
|
4
|
+
- **What to call him:** Rob
|
|
5
|
+
- **Timezone:** America/New_York (EDT)
|
|
6
|
+
- **n8n deployment:** Cloud at https://n8n.av3.ai (credentials in n8n vault)
|
|
7
|
+
- **A.L.I.C.E. stack he cares about:**
|
|
8
|
+
- Supabase (database at supabase.av3.ai)
|
|
9
|
+
- Telegram bots (@alice_av3_bot, @Alice_AirBot)
|
|
10
|
+
- Ubuntu Desktop (100.106.110.119) โ runs Docker services
|
|
11
|
+
- Mac Studio/Mac Mini โ Tailscale SSH targets
|
|
12
|
+
- Claw3D (claw3d.av3.ai) โ web app on Ubuntu Desktop
|
|
13
|
+
|
|
14
|
+
## Communication
|
|
15
|
+
- Do NOT message Rob directly โ report to Olivia (A.L.I.C.E.)
|
|
16
|
+
- Write workflow JSON to `/home/alpha/n8n-workflows/` on Ubuntu Desktop
|
|
17
|
+
- Send summaries to parent session via `sessions_send`
|
|
18
|
+
|
|
19
|
+
## Projects That Need n8n Workflows
|
|
20
|
+
|
|
21
|
+
**A.L.I.C.E. System:**
|
|
22
|
+
- Mission Control alerting pipeline
|
|
23
|
+
- Autoresearch queue worker (done)
|
|
24
|
+
- Stripe checkout โ welcome email pipeline (needs n8n trigger fix)
|
|
25
|
+
- GitHub webhook โ bot PR comment (done)
|
|
26
|
+
|
|
27
|
+
**Namibia (Aria-Namibia):**
|
|
28
|
+
- Research queue: autoresearch webhook (done)
|
|
29
|
+
- Sprint 3 needs: Namibia AI regulation, Groq latency test
|
|
30
|
+
|
|
31
|
+
**BLLM (Aria-BLLM):**
|
|
32
|
+
- Research queue: same autoresearch system
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2026.4.2
|
|
File without changes
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
# AGENTS.md - A.L.I.C.E.'s Operating Instructions
|
|
2
|
+
|
|
3
|
+
## Session Startup
|
|
4
|
+
|
|
5
|
+
1. Read `SOUL.md` โ this is who you are
|
|
6
|
+
2. Read `PLAYBOOK.md` (if exists) โ your evolved domain expertise, proven patterns
|
|
7
|
+
3. Read `FEEDBACK.md` (if exists) โ recent user feedback to incorporate
|
|
8
|
+
4. Skim `LEARNINGS.md` (last 10 entries) โ recent task lessons
|
|
9
|
+
5. Assess the incoming request โ who on your team should handle it?
|
|
10
|
+
|
|
11
|
+
## Your Role
|
|
12
|
+
|
|
13
|
+
You are **A.L.I.C.E.**, the **orchestrator** of the A.L.I.C.E. team. You coordinate 28 specialist agents to deliver results for Rob.
|
|
14
|
+
When users address you, they may say **A.L.I.C.E.**, **Alice**, or **Olivia**. In user-facing responses, identify yourself as **A.L.I.C.E.**
|
|
15
|
+
|
|
16
|
+
## Your Team
|
|
17
|
+
|
|
18
|
+
Use `agents_list` to see all available specialists and their domains.
|
|
19
|
+
|
|
20
|
+
## How You Work
|
|
21
|
+
|
|
22
|
+
1. Rob sends a request
|
|
23
|
+
2. You analyze it โ what domains does it touch?
|
|
24
|
+
3. You spawn the right specialist(s) via `sessions_spawn`
|
|
25
|
+
4. You synthesize their results into a coherent response
|
|
26
|
+
5. You present it to Rob
|
|
27
|
+
|
|
28
|
+
### Routing Rules
|
|
29
|
+
|
|
30
|
+
- **Single domain** โ spawn one specialist
|
|
31
|
+
- **Multi-domain** โ spawn multiple specialists, synthesize
|
|
32
|
+
- **Quick factual** โ handle yourself (web search, etc.)
|
|
33
|
+
- **Ambiguous** โ ask Rob to clarify before routing
|
|
34
|
+
|
|
35
|
+
## Output Format
|
|
36
|
+
|
|
37
|
+
When responding to Rob:
|
|
38
|
+
- Lead with the answer, not the process
|
|
39
|
+
- Credit specialists only when it adds value
|
|
40
|
+
- Be concise but complete
|
|
41
|
+
|
|
42
|
+
## Red Lines
|
|
43
|
+
|
|
44
|
+
- Don't do specialist work yourself โ delegate it
|
|
45
|
+
- Don't overwhelm Rob with internal coordination details
|
|
46
|
+
- Don't run destructive commands without explicit risk callout
|
|
47
|
+
|
|
48
|
+
## Team-First Rule
|
|
49
|
+
|
|
50
|
+
**Always route through the team before doing specialist work yourself.**
|
|
51
|
+
|
|
52
|
+
Before spawning Claude Code directly or writing implementation code yourself:
|
|
53
|
+
1. Identify which specialists own the domains involved
|
|
54
|
+
2. Spawn them to spec, plan, or execute โ then synthesize their output
|
|
55
|
+
3. Only fall back to direct Claude Code if genuinely no specialist covers it
|
|
56
|
+
|
|
57
|
+
### Domain routing map
|
|
58
|
+
- **UI/design** โ Nadia (design spec) โ Felix (implementation) โ Quinn (QA)
|
|
59
|
+
- **Product/copy/positioning** โ Morgan
|
|
60
|
+
- **Backend/API/data** โ Dylan
|
|
61
|
+
- **Security/auth** โ Selena
|
|
62
|
+
- **Ops/infra/DevOps** โ Owen
|
|
63
|
+
- **Testing/QA** โ Quinn
|
|
64
|
+
- **Documentation** โ Daphne
|
|
65
|
+
- **Research/analysis** โ Uma
|
|
66
|
+
|
|
67
|
+
### Correct pattern for UI work
|
|
68
|
+
1. Nadia specs the design (reads existing code, produces page-by-page UX spec)
|
|
69
|
+
2. Morgan provides product positioning and copy direction
|
|
70
|
+
3. Felix implements using Claude Code with Nadia's spec as the brief
|
|
71
|
+
4. Quinn does a visual/functional QA pass
|
|
72
|
+
5. A.L.I.C.E. synthesizes and presents to Rob
|
|
73
|
+
|
|
74
|
+
**Wrong:** A.L.I.C.E. spawns Claude Code directly for UI without involving Nadia or Felix
|
|
75
|
+
**Right:** Nadia โ Felix โ Claude Code โ Quinn โ A.L.I.C.E.
|
|
76
|
+
|
|
77
|
+
This applies to every non-trivial request. Always ask: "who on the team owns this domain?"
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
ALICE NETWORK โ COMPLETE CODING BENCHMARK
|
|
2
|
+
Task: Thread-safe LRU Cache with per-key TTL (doubly linked list + hashmap)
|
|
3
|
+
Last Updated: Mon Mar 23 2026
|
|
4
|
+
Nodes Tested: Alpha (AGX Orin), Mac Studio, Mac Mini
|
|
5
|
+
==========================================================
|
|
6
|
+
|
|
7
|
+
SCORING (0-5 each):
|
|
8
|
+
A = Requirements compliance (DLL+hashmap, TTL, lazy evict, get/put/delete)
|
|
9
|
+
B = Code correctness (logic, thread safety, edge cases)
|
|
10
|
+
C = Code quality (type hints, docstrings, structure)
|
|
11
|
+
D = Output completeness (full implementation + working example)
|
|
12
|
+
|
|
13
|
+
==========================================================
|
|
14
|
+
MASTER RANKING โ ALL 17 MODELS ACROSS ALL NODES
|
|
15
|
+
==========================================================
|
|
16
|
+
|
|
17
|
+
Rank | Model | Node | Speed | A | B | C | D | /20 | Grade
|
|
18
|
+
-----|----------------------------|-------------|------------|---|---|---|---|-----|------
|
|
19
|
+
1 | gpt-oss:20b | Mac Studio | 76.4 tok/s | 5 | 5 | 5 | 5 | 20 | A+
|
|
20
|
+
2 | devstral-small-2:24b | Mac Studio | 24.8 tok/s | 5 | 5 | 5 | 5 | 20 | A+
|
|
21
|
+
3 | ministral-3:14b | Mac Studio | 41.2 tok/s | 5 | 5 | 5 | 5 | 20 | A+
|
|
22
|
+
4 | qwen3-coder:30b | Mac Studio | 86.6 tok/s | 5 | 5 | 5 | 5 | 20 | A+
|
|
23
|
+
5 | lfm2:24b | Alpha | 35.3 tok/s| 5 | 5 | 5 | 4 | 19 | A+
|
|
24
|
+
6 | qwen3-coder-next:latest | Alpha | 19.4 tok/s| 5 | 5 | 5 | 4 | 19 | A+
|
|
25
|
+
7 | llama3.2-vision:90b | Alpha | 3.2 tok/s| 5 | 4 | 4 | 5 | 18 | A
|
|
26
|
+
8 | rnj-1:8b | Alpha | 10.0 tok/s| 5 | 4 | 4 | 5 | 18 | A
|
|
27
|
+
9 | llama3.2:3b | Mac Studio | 132.9 tok/s| 4 | 3 | 3 | 4 | 14 | B
|
|
28
|
+
10 | qwen3.5:35b | Alpha | 24.1 tok/s| 5 | 3 | 3 | 4 | 15 | B+
|
|
29
|
+
11 | nemotron-3-nano:30b | Alpha | 34.1 tok/s| 4 | 3 | 4 | 3 | 14 | B
|
|
30
|
+
12 | nemotron-cascade-2 | Alpha | 34.0 tok/s| 4 | 3 | 4 | 3 | 14 | B
|
|
31
|
+
13 | llama3.2-vision:11b | Alpha | 23.9 tok/s| 3 | 2 | 4 | 5 | 14 | B
|
|
32
|
+
14 | qwen3.5:27b | Mac Mini | 3.7 tok/s| 5 | 3 | 3 | 2 | 13 | B-
|
|
33
|
+
15 | glm-4.7-flash:q8_0 | Alpha | 20.4 tok/s| 4 | 3 | 3 | 3 | 13 | B-
|
|
34
|
+
16 | deepseek-r1:14b | Alpha | 13.6 tok/s| 3 | 2 | 3 | 3 | 11 | C+
|
|
35
|
+
17 | llama3.3:70b | Alpha | 3.3 tok/s| 2 | 1 | 3 | 4 | 10 | C
|
|
36
|
+
|
|
37
|
+
==========================================================
|
|
38
|
+
MAC STUDIO DETAILED ANALYSIS (New Models)
|
|
39
|
+
==========================================================
|
|
40
|
+
|
|
41
|
+
--- #1 gpt-oss:20b โ PERFECT SCORE (A+) | 76.4 tok/s ---
|
|
42
|
+
OpenAI's first open-source model. Best all-around result in the entire benchmark.
|
|
43
|
+
Used @dataclass for Node, numpy-style docstrings, __all__ exports, full edge case
|
|
44
|
+
handling. Clean _add_to_front/_remove/_move_to_front/_pop_tail separation.
|
|
45
|
+
Outstanding at 76 tok/s โ fast AND correct. New network #1 for general coding.
|
|
46
|
+
|
|
47
|
+
--- #2 devstral-small-2:24b โ PERFECT SCORE (A+) | 24.8 tok/s ---
|
|
48
|
+
Mistral's dedicated coding model. Perfect implementation โ Generic[K,V] typed,
|
|
49
|
+
clean sentinel nodes, lazy TTL check in get(), update-in-place in put(), full
|
|
50
|
+
usage example with thread safety demo and delete test. Production-ready output.
|
|
51
|
+
Best "quality per token budget" of any model tested.
|
|
52
|
+
|
|
53
|
+
--- #3 ministral-3:14b โ PERFECT SCORE (A+) | 41.2 tok/s ---
|
|
54
|
+
Punches well above its weight. Used Generic[K,V] typing, added bonus __contains__
|
|
55
|
+
and __len__ methods, clear() method, capacity validation in __init__. 41 tok/s
|
|
56
|
+
at 14B is excellent. Surprise standout โ a small model with elite-level output.
|
|
57
|
+
|
|
58
|
+
--- #4 qwen3-coder:30b โ PERFECT SCORE (A+) | 86.6 tok/s ---
|
|
59
|
+
FASTEST model that produced perfect code. 86.6 tok/s on Mac Studio's Apple Silicon
|
|
60
|
+
is remarkable. Full implementation with _evict_expired helper, correct sentinel
|
|
61
|
+
nodes, size() and clear() bonus methods, working sleep-based TTL demo. Only model
|
|
62
|
+
to score 20/20 AND run above 80 tok/s. Speed king of the coding roster.
|
|
63
|
+
|
|
64
|
+
--- #9 llama3.2:3b โ B | 132.9 tok/s ---
|
|
65
|
+
Fastest raw speed in the entire network (132.9 tok/s) but code quality suffered.
|
|
66
|
+
Defined put() twice (second definition silently overwrites first โ Python bug).
|
|
67
|
+
TTL comparison used wrong logic (compared ttl_seconds to time.time() instead of
|
|
68
|
+
storing expiry timestamp). LRU eviction used min() scan instead of O(1) tail removal.
|
|
69
|
+
Useful for ultra-fast lightweight tasks but not reliable for production coding.
|
|
70
|
+
|
|
71
|
+
--- #14 qwen3.5:27b (Mac Mini) โ B- | 3.7 tok/s ---
|
|
72
|
+
Thinking model โ spent all 1500 tokens on detailed design reasoning. The analysis
|
|
73
|
+
was impressive and architecturally correct, but produced zero runnable code.
|
|
74
|
+
Mac Mini hardware is also slower (3.7 tok/s vs Mac Studio's 24โ86 tok/s range).
|
|
75
|
+
Needs 3000+ token budget to get past planning phase. Not suitable as-is for coding.
|
|
76
|
+
|
|
77
|
+
==========================================================
|
|
78
|
+
SPEED RANKINGS (all nodes)
|
|
79
|
+
==========================================================
|
|
80
|
+
|
|
81
|
+
1. llama3.2:3b Mac Studio 132.9 tok/s โ fastest raw speed
|
|
82
|
+
2. qwen3-coder:30b Mac Studio 86.6 tok/s โ fastest + best quality
|
|
83
|
+
3. gpt-oss:20b Mac Studio 76.4 tok/s โ perfect score at 76 tok/s
|
|
84
|
+
4. ministral-3:14b Mac Studio 41.2 tok/s
|
|
85
|
+
5. lfm2:24b Alpha 35.3 tok/s
|
|
86
|
+
6. nemotron-3-nano:30b Alpha 34.1 tok/s
|
|
87
|
+
7. nemotron-cascade-2 Alpha 34.0 tok/s
|
|
88
|
+
8. qwen3.5:35b Mac Studio 24.1 tok/s
|
|
89
|
+
9. devstral-small-2:24b Mac Studio 24.8 tok/s
|
|
90
|
+
10. llama3.2-vision:11b Alpha 23.9 tok/s
|
|
91
|
+
11. glm-4.7-flash Alpha 20.4 tok/s
|
|
92
|
+
12. qwen3-coder-next Alpha 19.4 tok/s
|
|
93
|
+
13. deepseek-r1:14b Alpha 13.6 tok/s
|
|
94
|
+
14. rnj-1:8b Alpha 10.0 tok/s
|
|
95
|
+
15. qwen3.5:27b Mac Mini 3.7 tok/s
|
|
96
|
+
16. llama3.3:70b Alpha 3.3 tok/s
|
|
97
|
+
17. llama3.2-vision:90b Alpha 3.2 tok/s
|
|
98
|
+
|
|
99
|
+
==========================================================
|
|
100
|
+
RECOMMENDED ROUTING โ UPDATED
|
|
101
|
+
==========================================================
|
|
102
|
+
|
|
103
|
+
PRIMARY CODER (speed + quality):
|
|
104
|
+
qwen3-coder:30b @ Mac Studio 86.6 tok/s | A+ | Best overall
|
|
105
|
+
|
|
106
|
+
DEEP/COMPLEX WORK:
|
|
107
|
+
gpt-oss:20b @ Mac Studio 76.4 tok/s | A+ | Most sophisticated output
|
|
108
|
+
qwen3-coder-next @ Alpha 19.4 tok/s | A+ | Best edge case handling
|
|
109
|
+
|
|
110
|
+
BALANCED OPTION:
|
|
111
|
+
devstral-small-2:24b @ Mac Studio 24.8 tok/s | A+ | Perfect + concise
|
|
112
|
+
ministral-3:14b @ Mac Studio 41.2 tok/s | A+ | Small model, elite output
|
|
113
|
+
lfm2:24b @ Alpha 35.3 tok/s | A+ | Best on Alpha
|
|
114
|
+
|
|
115
|
+
FAST LIGHTWEIGHT TASKS:
|
|
116
|
+
rnj-1:8b @ Alpha 10.0 tok/s | A | Best small model on Alpha
|
|
117
|
+
|
|
118
|
+
ULTRA-FAST (accept lower quality):
|
|
119
|
+
llama3.2:3b @ Mac Studio 132.9 tok/s | B | Routing/triage only
|
|
120
|
+
|
|
121
|
+
REASONING/DEBUGGING (not code gen):
|
|
122
|
+
deepseek-r1:14b @ Alpha 13.6 tok/s | -- | Analysis only
|
|
123
|
+
|
|
124
|
+
RETIRE FROM CODING:
|
|
125
|
+
llama3.3:70b โ buggy TTL logic, slowest, no redeeming coding value
|
|
126
|
+
qwen3.5:27b (Mac Mini) โ thinking model, needs 3000+ tokens
|
|
127
|
+
|
|
128
|
+
==========================================================
|
|
129
|
+
NODE PERFORMANCE SUMMARY
|
|
130
|
+
==========================================================
|
|
131
|
+
|
|
132
|
+
Mac Studio (100.115.74.106) โ BEST NODE FOR CODING
|
|
133
|
+
Apple Silicon = 24โ132 tok/s range
|
|
134
|
+
4 perfect-score models (gpt-oss, devstral, ministral, qwen3-coder)
|
|
135
|
+
Recommended as primary coding node
|
|
136
|
+
|
|
137
|
+
Alpha / Ubuntu (100.106.110.119 / 100.76.82.8) โ BEST FOR REASONING + VISION
|
|
138
|
+
8โ35 tok/s range (constrained by Orin architecture)
|
|
139
|
+
llama-guard3 safety model (always-on)
|
|
140
|
+
deepseek-r1 for reasoning
|
|
141
|
+
vision models (llama3.2-vision, glm-ocr)
|
|
142
|
+
|
|
143
|
+
Mac Mini (100.107.132.71) โ CLOUD RELAY NODE
|
|
144
|
+
3.7 tok/s on local model โ slow for coding
|
|
145
|
+
Best used as cloud relay gateway (deepseek-v3.2, kimi-k2.5, minimax, glm-5)
|
|
146
|
+
qwen3.5:397b-cloud via relay is its real value
|
|
147
|
+
|
|
148
|
+
==========================================================
|
|
@@ -0,0 +1,393 @@
|
|
|
1
|
+
# A.L.I.C.E. Model Reference Guide โ Alpha Node (AGX Orin 64GB)
|
|
2
|
+
*Research by Rowan | Compiled March 2026*
|
|
3
|
+
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
## ๐บ๏ธ Quick Routing Table
|
|
7
|
+
|
|
8
|
+
| Model | Size | Type | Best For | Primary A.L.I.C.E. Users |
|
|
9
|
+
|---|---|---|---|---|
|
|
10
|
+
| **qwen3-coder-next** | 79.7B Q4 MoE | Code + Reasoning | Complex multi-file code, agentic coding | Dylan, Felix |
|
|
11
|
+
| **deepseek-r1:14b** | 14.8B Q4 | Reasoning | Math, logic chains, structured analysis | Uma, Selena |
|
|
12
|
+
| **llama3.3:70b** | 70.6B Q4 | General | Broad instruction following, synthesis | A.L.I.C.E., Daphne |
|
|
13
|
+
| **nemotron-3-nano:30b** | 31.6B Q4 | Instruction/RLHF | Synthetic data gen, reward modeling, judge | Dylan (eval) |
|
|
14
|
+
| **nemotron-cascade-2** | 31.6B Q4 | Hybrid/Speed | High-throughput pipelines, fast classification | Owen |
|
|
15
|
+
| **glm-4.7-flash** | 29.9B Q8 | Fast General | Low-latency Q&A, tool calls, routing | A.L.I.C.E. (quick tasks) |
|
|
16
|
+
| **qwen3.5:35b** | 36B Q4 | General + Code | Multilingual, solid coding, tool use | Dylan, Daphne |
|
|
17
|
+
| **olmo-3.1:32b** | 32.2B Q4 | Open Research | Auditable pipelines, academic/research tasks | Uma (auditability) |
|
|
18
|
+
| **lfm2:24b** | 23.8B Q4 | Liquid/SSM | Long context, streaming, efficient inference | Owen |
|
|
19
|
+
| **rnj-1:8b** | 8.3B Q4 | Compact | Fast triage, classification, lightweight routing | A.L.I.C.E. (router) |
|
|
20
|
+
| **deepseek-v3.2:cloud** | 671B fp8 | Flagship General | Hardest tasks, frontier reasoning (escalation) | A.L.I.C.E., Dylan |
|
|
21
|
+
| **glm-5:cloud** | โ | Flagship ZhipuAI | Complex CN-EN tasks, vision | Morgan |
|
|
22
|
+
| **minimax-m2.7:cloud** | โ | Long Context | Very long doc analysis, batch summarization | Uma, Daphne |
|
|
23
|
+
| **nomic-embed-text-v2-moe** | 475M | Embeddings | RAG, semantic search, vector clustering | Uma |
|
|
24
|
+
| **glm-ocr** | 1.1B | OCR/Vision | Document digitization, image text extraction | Owen, Daphne |
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## ๐ฆ Local Models (On Alpha โ AGX Orin 64GB)
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
### 1. `qwen3-coder-next` โ 79.7B Q4 MoE
|
|
33
|
+
**Vendor:** Alibaba / Qwen Team | **Architecture:** Mixture-of-Experts
|
|
34
|
+
|
|
35
|
+
**Best At:**
|
|
36
|
+
- Long-horizon agentic coding with tool calls and multi-file reasoning
|
|
37
|
+
- Repository-level code understanding and generation
|
|
38
|
+
- Strong on Python, TypeScript, Rust, Go; solid on shell/SQL
|
|
39
|
+
- MoE activates ~20โ25B params per token โ efficient for its class
|
|
40
|
+
|
|
41
|
+
**Weaknesses:**
|
|
42
|
+
- MoE routing inconsistency on highly specialized domains
|
|
43
|
+
- Q4 precision loss on numerical edge cases
|
|
44
|
+
- Slower than dense 35B at low batch sizes due to routing overhead
|
|
45
|
+
|
|
46
|
+
**Benchmarks:**
|
|
47
|
+
- HumanEval: ~92%+
|
|
48
|
+
- SWE-bench Verified: ~40%+ range
|
|
49
|
+
- Strong MBPP and LiveCodeBench
|
|
50
|
+
|
|
51
|
+
**A.L.I.C.E. Routing:** Dylan (primary coder), Felix (implementation), Quinn (code review tasks)
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
### 2. `deepseek-r1:14b` โ 14.8B Q4
|
|
56
|
+
**Vendor:** DeepSeek | **Architecture:** Dense + RL-trained chain-of-thought
|
|
57
|
+
|
|
58
|
+
**Best At:**
|
|
59
|
+
- Mathematical reasoning and multi-step problem solving
|
|
60
|
+
- Logical deduction, proof-like reasoning chains
|
|
61
|
+
- Distilled from 671B R1 โ punches well above its weight on reasoning
|
|
62
|
+
|
|
63
|
+
**Weaknesses:**
|
|
64
|
+
- Verbose CoT traces โ wasteful for simple tasks
|
|
65
|
+
- Weak on pure knowledge retrieval
|
|
66
|
+
- Not optimized for speed-critical coding tasks
|
|
67
|
+
|
|
68
|
+
**Benchmarks:**
|
|
69
|
+
- MATH: ~75โ80%
|
|
70
|
+
- GSM8K: ~90%+
|
|
71
|
+
- AIME 2024: competitive with much larger dense models
|
|
72
|
+
|
|
73
|
+
**A.L.I.C.E. Routing:** Uma (research analysis), Selena (threat modeling), hard debugging passes
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
### 3. `llama3.3:70b` โ 70.6B Q4
|
|
78
|
+
**Vendor:** Meta | **Architecture:** Dense transformer, instruction-tuned
|
|
79
|
+
|
|
80
|
+
**Best At:**
|
|
81
|
+
- Broad instruction following across all task types
|
|
82
|
+
- Long-form synthesis, summarization, document drafting
|
|
83
|
+
- Matches Llama 3.1 405B on many benchmarks at 70B size
|
|
84
|
+
|
|
85
|
+
**Weaknesses:**
|
|
86
|
+
- Outperformed by Qwen3-Coder-Next on coding
|
|
87
|
+
- Reasoning depth below dedicated reasoning models
|
|
88
|
+
- No native vision
|
|
89
|
+
|
|
90
|
+
**Benchmarks:**
|
|
91
|
+
- MMLU: ~86%
|
|
92
|
+
- HumanEval: ~80%
|
|
93
|
+
- MT-Bench: ~9.1
|
|
94
|
+
|
|
95
|
+
**A.L.I.C.E. Routing:** A.L.I.C.E. orchestration fallback, Daphne (docs), Morgan (copy/synthesis)
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
|
|
99
|
+
### 4. `nemotron-3-nano:30b` โ 31.6B Q4
|
|
100
|
+
**Vendor:** NVIDIA | **Architecture:** Dense, RLHF/DPO-optimized
|
|
101
|
+
|
|
102
|
+
**Best At:**
|
|
103
|
+
- Synthetic data generation
|
|
104
|
+
- Reward modeling and preference annotation
|
|
105
|
+
- Acting as a judge model for evaluating other model outputs
|
|
106
|
+
- Fine-tuning data curation pipelines
|
|
107
|
+
|
|
108
|
+
**Weaknesses:**
|
|
109
|
+
- Not a frontier general model
|
|
110
|
+
- "Nano" branding misleading โ it's mid-size
|
|
111
|
+
- Limited community adoption outside NVIDIA ecosystem
|
|
112
|
+
|
|
113
|
+
**A.L.I.C.E. Routing:** Dylan (code quality judge), fine-tuning pipeline workflows
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
### 5. `nemotron-cascade-2` โ 31.6B Q4
|
|
118
|
+
**Vendor:** NVIDIA | **Architecture:** Cascade/speculative decoding hybrid
|
|
119
|
+
|
|
120
|
+
**Best At:**
|
|
121
|
+
- Speed-quality tradeoff for interactive tasks
|
|
122
|
+
- High-throughput batch inference pipelines
|
|
123
|
+
- Speculative decoding can yield 2โ3x throughput when configured
|
|
124
|
+
|
|
125
|
+
**Weaknesses:**
|
|
126
|
+
- Cascade benefits are infrastructure-dependent
|
|
127
|
+
- Awkward size class โ not fastest, not most capable
|
|
128
|
+
- Requires specific serving config to unlock cascade behavior
|
|
129
|
+
|
|
130
|
+
**A.L.I.C.E. Routing:** Owen (ops pipelines), high-volume classification tasks
|
|
131
|
+
|
|
132
|
+
---
|
|
133
|
+
|
|
134
|
+
### 6. `glm-4.7-flash` โ 29.9B Q8
|
|
135
|
+
**Vendor:** Zhipu AI | **Architecture:** GLM-style bidirectional + causal hybrid
|
|
136
|
+
|
|
137
|
+
**Best At:**
|
|
138
|
+
- Fast, high-quality general inference (Q8 = better quality than Q4)
|
|
139
|
+
- Tool/function calling with low latency
|
|
140
|
+
- Chinese-English bilingual tasks
|
|
141
|
+
|
|
142
|
+
**Weaknesses:**
|
|
143
|
+
- Less strong on pure code vs. Qwen3-Coder-Next
|
|
144
|
+
- Community tooling less mature than Llama ecosystem
|
|
145
|
+
- GLM architecture diverges from standard transformer
|
|
146
|
+
|
|
147
|
+
**Benchmarks:**
|
|
148
|
+
- MMLU: ~80%
|
|
149
|
+
- Function calling: competitive with GPT-4o-mini class
|
|
150
|
+
- Strong on C-Eval, CMMLU
|
|
151
|
+
|
|
152
|
+
**A.L.I.C.E. Routing:** Quick orchestration queries, A.L.I.C.E. fast-path routing decisions
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
156
|
+
### 7. `qwen3.5:35b` โ 36B Q4
|
|
157
|
+
**Vendor:** Alibaba / Qwen Team | **Architecture:** Dense transformer
|
|
158
|
+
|
|
159
|
+
**Best At:**
|
|
160
|
+
- Strong general capability at practical size
|
|
161
|
+
- Solid code generation (second to Qwen3-Coder-Next)
|
|
162
|
+
- Multilingual across 100+ languages
|
|
163
|
+
- Tool use and structured output
|
|
164
|
+
|
|
165
|
+
**Weaknesses:**
|
|
166
|
+
- Sits between size classes โ not the fastest or most capable
|
|
167
|
+
- Less specialized than the coder variant for pure coding
|
|
168
|
+
|
|
169
|
+
**A.L.I.C.E. Routing:** Dylan (multilingual code), Daphne (multilingual docs), general fallback
|
|
170
|
+
|
|
171
|
+
---
|
|
172
|
+
|
|
173
|
+
### 8. `olmo-3.1:32b` โ 32.2B Q4
|
|
174
|
+
**Vendor:** Allen Institute for AI (AI2) | **Architecture:** Fully open, auditable
|
|
175
|
+
|
|
176
|
+
**Best At:**
|
|
177
|
+
- Fully auditable pipelines (training data fully documented)
|
|
178
|
+
- Academic and research tasks where provenance matters
|
|
179
|
+
- Reproducible research workflows
|
|
180
|
+
- Strong reasoning for its class
|
|
181
|
+
|
|
182
|
+
**Weaknesses:**
|
|
183
|
+
- Not quite frontier capability
|
|
184
|
+
- Less optimized for production tool-calling
|
|
185
|
+
- Smaller community than Meta/Alibaba models
|
|
186
|
+
|
|
187
|
+
**A.L.I.C.E. Routing:** Uma (research requiring auditability), Selena (compliance-sensitive tasks)
|
|
188
|
+
|
|
189
|
+
---
|
|
190
|
+
|
|
191
|
+
### 9. `lfm2:24b` โ 23.8B Q4 (Liquid Foundation Model)
|
|
192
|
+
**Vendor:** Liquid AI | **Architecture:** Liquid Neural Network / SSM hybrid
|
|
193
|
+
|
|
194
|
+
**Best At:**
|
|
195
|
+
- Long context processing with lower memory overhead than transformers
|
|
196
|
+
- Streaming and continuous inference tasks
|
|
197
|
+
- Efficient on edge hardware (designed for it)
|
|
198
|
+
- Time-series and sequential data patterns
|
|
199
|
+
|
|
200
|
+
**Weaknesses:**
|
|
201
|
+
- Newer architecture โ less battle-tested
|
|
202
|
+
- Ecosystem tooling still maturing
|
|
203
|
+
- May underperform standard transformers on discrete reasoning tasks
|
|
204
|
+
|
|
205
|
+
**A.L.I.C.E. Routing:** Owen (long-running monitoring streams), log analysis, sequential data pipelines
|
|
206
|
+
|
|
207
|
+
---
|
|
208
|
+
|
|
209
|
+
### 10. `rnj-1:8b` โ 8.3B Q4
|
|
210
|
+
**Vendor:** Unknown / Community | **Architecture:** Gemma3-family (per metadata)
|
|
211
|
+
|
|
212
|
+
**Best At:**
|
|
213
|
+
- Fast lightweight inference โ lowest latency on Alpha
|
|
214
|
+
- Classification and routing tasks
|
|
215
|
+
- Quick triage, tagging, label generation
|
|
216
|
+
- Ideal as a pre-filter before routing to heavier models
|
|
217
|
+
|
|
218
|
+
**Weaknesses:**
|
|
219
|
+
- Capability ceiling well below larger models
|
|
220
|
+
- Not suitable for complex multi-step tasks
|
|
221
|
+
|
|
222
|
+
**A.L.I.C.E. Routing:** A.L.I.C.E. fast pre-routing decisions, Owen (alert triage), lightweight classification
|
|
223
|
+
|
|
224
|
+
---
|
|
225
|
+
|
|
226
|
+
## โ๏ธ Cloud-Routed Models (via Ollama remote)
|
|
227
|
+
|
|
228
|
+
---
|
|
229
|
+
|
|
230
|
+
### 11. `deepseek-v3.2:cloud` โ 671B fp8
|
|
231
|
+
**Vendor:** DeepSeek | Cloud-routed via Ollama
|
|
232
|
+
|
|
233
|
+
**Best At:**
|
|
234
|
+
- Frontier-tier reasoning and coding
|
|
235
|
+
- The hardest tasks that local models can't handle
|
|
236
|
+
- MoE at scale โ exceptional quality/cost ratio vs. GPT-4 class
|
|
237
|
+
- Escalation path when Alpha's local models hit their ceiling
|
|
238
|
+
|
|
239
|
+
**A.L.I.C.E. Routing:** Escalation only โ A.L.I.C.E. routes here when local models fail or confidence is low
|
|
240
|
+
|
|
241
|
+
---
|
|
242
|
+
|
|
243
|
+
### 12. `glm-5:cloud`
|
|
244
|
+
**Vendor:** Zhipu AI | Cloud-routed
|
|
245
|
+
|
|
246
|
+
**Best At:**
|
|
247
|
+
- Flagship Zhipu model; strong Chinese-English tasks
|
|
248
|
+
- Vision capabilities (multimodal)
|
|
249
|
+
- Complex document understanding
|
|
250
|
+
|
|
251
|
+
**A.L.I.C.E. Routing:** Morgan (multilingual content), vision tasks if glm-ocr is insufficient
|
|
252
|
+
|
|
253
|
+
---
|
|
254
|
+
|
|
255
|
+
### 13. `minimax-m2.7:cloud`
|
|
256
|
+
**Vendor:** MiniMax | Cloud-routed
|
|
257
|
+
|
|
258
|
+
**Best At:**
|
|
259
|
+
- Very long context windows (1M+ token claims)
|
|
260
|
+
- Batch document summarization
|
|
261
|
+
- Long-form research synthesis
|
|
262
|
+
|
|
263
|
+
**A.L.I.C.E. Routing:** Uma (massive document analysis), Daphne (large codebase documentation)
|
|
264
|
+
|
|
265
|
+
---
|
|
266
|
+
|
|
267
|
+
## ๐ง Utility Models
|
|
268
|
+
|
|
269
|
+
---
|
|
270
|
+
|
|
271
|
+
### 14. `nomic-embed-text-v2-moe` โ 475M
|
|
272
|
+
**Vendor:** Nomic AI | **Type:** Embeddings only
|
|
273
|
+
|
|
274
|
+
**Best At:**
|
|
275
|
+
- High-quality text embeddings for RAG pipelines
|
|
276
|
+
- Semantic search and clustering
|
|
277
|
+
- MoE architecture for embedding = better coverage than dense embed models
|
|
278
|
+
- Drop-in for OpenAI `text-embedding-ada-002` class tasks
|
|
279
|
+
|
|
280
|
+
**A.L.I.C.E. Routing:** Any RAG pipeline on Alpha โ Uma (research retrieval), memory systems
|
|
281
|
+
|
|
282
|
+
---
|
|
283
|
+
|
|
284
|
+
### 15. `glm-ocr` โ 1.1B
|
|
285
|
+
**Vendor:** Zhipu AI | **Type:** OCR/Vision specialist
|
|
286
|
+
|
|
287
|
+
**Best At:**
|
|
288
|
+
- Document digitization from images
|
|
289
|
+
- Extracting structured text from scanned PDFs, photos
|
|
290
|
+
- Receipt/invoice parsing
|
|
291
|
+
- Handwriting recognition
|
|
292
|
+
|
|
293
|
+
**A.L.I.C.E. Routing:** Owen (infra doc digitization), Daphne (converting scanned docs to editable text)
|
|
294
|
+
|
|
295
|
+
---
|
|
296
|
+
|
|
297
|
+
## ๐ Decision Framework
|
|
298
|
+
|
|
299
|
+
```
|
|
300
|
+
Is the task coding/agentic?
|
|
301
|
+
โ YES โ qwen3-coder-next (primary) or qwen3.5:35b (multilingual)
|
|
302
|
+
|
|
303
|
+
Is the task hard reasoning/math/logic?
|
|
304
|
+
โ YES โ deepseek-r1:14b
|
|
305
|
+
|
|
306
|
+
Is the task fast/lightweight triage?
|
|
307
|
+
โ YES โ rnj-1:8b or glm-4.7-flash
|
|
308
|
+
|
|
309
|
+
Is the task general synthesis/docs/comms?
|
|
310
|
+
โ YES โ llama3.3:70b or qwen3.5:35b
|
|
311
|
+
|
|
312
|
+
Is the task long-context document analysis?
|
|
313
|
+
โ YES โ minimax-m2.7:cloud or lfm2:24b (local)
|
|
314
|
+
|
|
315
|
+
Is the task embeddings/RAG?
|
|
316
|
+
โ YES โ nomic-embed-text-v2-moe
|
|
317
|
+
|
|
318
|
+
Is the task OCR/image text?
|
|
319
|
+
โ YES โ glm-ocr
|
|
320
|
+
|
|
321
|
+
Is it beyond all local model capabilities?
|
|
322
|
+
โ ESCALATE โ deepseek-v3.2:cloud
|
|
323
|
+
```
|
|
324
|
+
|
|
325
|
+
---
|
|
326
|
+
|
|
327
|
+
---
|
|
328
|
+
|
|
329
|
+
## ๐งช Live Benchmark Results (March 22, 2026)
|
|
330
|
+
|
|
331
|
+
| Model | Task | Speed (tok/s) | Load Time | Quality | Grade |
|
|
332
|
+
|---|---|---|---|---|---|
|
|
333
|
+
| qwen3-coder-next:latest | Coding | 8.5 | ~30s | Production-grade, edge cases handled | โญโญโญโญโญ |
|
|
334
|
+
| deepseek-r1:14b | Reasoning | 13.9 | 31.8s | Clean step-by-step LaTeX math, correct answer | โญโญโญโญโญ |
|
|
335
|
+
| nemotron-3-nano:30b | General | 33.9 | 50.2s | Thorough, well-structured table output | โญโญโญโญ |
|
|
336
|
+
| nemotron-cascade-2 | General | 33.8 | 50.6s | Verbose think trace + solid structured output | โญโญโญโญ |
|
|
337
|
+
| glm-4.7-flash:q8_0 | General | 20.3 | 75.0s | Clean, well-organized markdown, practical | โญโญโญโญ |
|
|
338
|
+
| qwen3.5:35b | Coding | 24.0 | 64.4s | Thread-safe class, full type hints, docstrings | โญโญโญโญโญ |
|
|
339
|
+
| lfm2:24b | General | **39.6** | 32.2s | Concise and accurate, fastest local model | โญโญโญโญ |
|
|
340
|
+
| rnj-1:8b | Coding | 23.8 | 14.2s | Clean, functional, good for its size | โญโญโญ |
|
|
341
|
+
| llama3.3:70b | General | 3.4 tok/s | 221.9s โ ๏ธ | Good structured output, very slow cold start. Requires num_ctx=2048 (OOM otherwise) | โญโญโญ |
|
|
342
|
+
| olmo-3.1:32b | General | 6.6 tok/s | 39.8s | Thinking model โ output goes to `thinking` field not `response`. Needs custom client handling. | โ ๏ธ |
|
|
343
|
+
|
|
344
|
+
> Note: llama3.3:70b and olmo-3.1:32b both require num_ctx=2048 โ full context causes cudaMalloc OOM on Alpha's 64GB. olmo is a thinking/reasoning model that writes to a `thinking` JSON field rather than `response` โ requires custom Ollama client integration to use properly.
|
|
345
|
+
|
|
346
|
+
---
|
|
347
|
+
|
|
348
|
+
## ๐ฅ Hot-Load Strategy (64GB Unified Memory)
|
|
349
|
+
|
|
350
|
+
**Memory estimates (Q4 ~= 0.5 bytes/param, Q8 ~= 1 byte/param):**
|
|
351
|
+
|
|
352
|
+
| Model | Est. VRAM |
|
|
353
|
+
|---|---|
|
|
354
|
+
| qwen3-coder-next (79.7B Q4 MoE, ~20B active) | ~12GB active / ~40GB loaded |
|
|
355
|
+
| deepseek-r1:14b Q4 | ~8GB |
|
|
356
|
+
| lfm2:24b Q4 | ~13GB |
|
|
357
|
+
| rnj-1:8b Q4 | ~5GB |
|
|
358
|
+
| glm-4.7-flash Q8 | ~30GB |
|
|
359
|
+
| qwen3.5:35b Q4 | ~20GB |
|
|
360
|
+
|
|
361
|
+
**Recommended hot-load combos:**
|
|
362
|
+
|
|
363
|
+
### Combo A โ "Coder + Reasoner + Fast Router" (~61GB)
|
|
364
|
+
```
|
|
365
|
+
qwen3-coder-next ~40GB โ primary coder
|
|
366
|
+
deepseek-r1:14b ~8GB โ reasoning/debugging
|
|
367
|
+
rnj-1:8b ~5GB โ fast triage/routing
|
|
368
|
+
nomic-embed (free) ~1GB โ always-on embeddings
|
|
369
|
+
โ54GB total
|
|
370
|
+
```
|
|
371
|
+
Best for: A.L.I.C.E. coding node โ covers 90% of coding + reasoning tasks with fast routing
|
|
372
|
+
|
|
373
|
+
### Combo B โ "Speed + Quality" (~53GB)
|
|
374
|
+
```
|
|
375
|
+
qwen3.5:35b ~20GB โ balanced coder/general
|
|
376
|
+
lfm2:24b ~13GB โ fastest local, long context
|
|
377
|
+
deepseek-r1:14b ~8GB โ hard reasoning
|
|
378
|
+
rnj-1:8b ~5GB โ fast path
|
|
379
|
+
nomic-embed ~1GB
|
|
380
|
+
โ47GB total
|
|
381
|
+
```
|
|
382
|
+
Best for: Mixed agent workloads needing faster turnaround
|
|
383
|
+
|
|
384
|
+
### Combo C โ "Max Quality Single Model"
|
|
385
|
+
```
|
|
386
|
+
qwen3-coder-next ~40GB โ solo, all coding tasks
|
|
387
|
+
glm-4.7-flash ~30GB โ EXCEEDS 64GB, cannot co-load
|
|
388
|
+
```
|
|
389
|
+
> glm-4.7-flash Q8 at ~30GB cannot co-load with qwen3-coder-next. Use one or the other.
|
|
390
|
+
|
|
391
|
+
**Recommendation: Combo A** โ keeps the best coder hot, reasoning available, fast router always ready, fits within 64GB with headroom.
|
|
392
|
+
|
|
393
|
+
*Last updated: March 22, 2026*
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# FEEDBACK.md โ User Feedback Log
|
|
2
|
+
|
|
3
|
+
_Rob's feedback about Olivia's orchestration, translated into actionable rules._
|
|
4
|
+
|
|
5
|
+
## Active Feedback
|
|
6
|
+
|
|
7
|
+
### 2026-03-16 โ "Make sure you are sharing this big task with the team"
|
|
8
|
+
- **Rule:** For any audit, build, or multi-domain task โ delegate to specialists. Don't solo large tasks.
|
|
9
|
+
- **Applied:** Now using parallel specialist spawning for audits (Owen + Selena + Quinn).
|
|
10
|
+
|
|
11
|
+
## Resolved
|
|
12
|
+
|
|
13
|
+
_Items addressed and incorporated into PLAYBOOK.md._
|