Conversation
dba6bda to
e366ce9
Compare
Add 7 new manifest-based bots: - Researcher: deep autonomous research with CRAAP fact-checking - Lead: B2B lead generation with ICP matching and scoring - Collector: OSINT intelligence monitor with change detection - Predictor: superforecasting engine with Brier score tracking - Clip: video shorts factory (advisor mode for ffmpeg/yt-dlp) - Twitter: X/Twitter content creation and engagement management - Browser: web automation with mandatory purchase approval gate Infrastructure changes: - Add mongo_store as a manifest integration in ckit_integrations_db.py - Add mongo_store to manifest_schema.json allowed integrations enum Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…easoning, bump to 0.2.98 - Fix "facebbok" → "facebook" typo in manifest_schema.json - Fix boolean defaults in setup_schema.json (string "true"/"false" → actual booleans) - Switch preferred_model_default to grok-4-1-fast-reasoning (cheaper, avoids timeouts) - Add bot avatar images (webp) - Bump version 0.2.97 → 0.2.98 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
29a532a to
3cc8c87
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mongo_storeas a manifest integration inckit_integrations_db.py(previously only available in code-based bots like Vix)mongo_storetomanifest_schema.jsonallowed integrations enumfacebbok→facebookin manifest_schema.jsongrok-4-1-fast-reasoning(non-reasoning times out on multi-round tool use)New Bots
Architecture
no_special_code_bot.pymanifest pattern (no custom Python code)manifest.json,setup_schema.json,prompts/personality.md,prompts/expert_default.md,skills/*/SKILL.mdwebbackend cloudtool for search/fetch andmongo_storefor state persistenceStaging Test Results (2026-03-09)
All 7 bots tested on staging.flexus.team with grok-4-1-fast-reasoning:
grok-4-1-fast-reasoningis cheapest reliable option (non-reasoning fails on multi-round tool use)Test plan
🤖 Generated with Claude Code