Skip to content

Latest commit

Β 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

vibo-selfdeed

One product, two stages: GRILL (front door) + MISSION (engine) β€” powered by ViBo Memory. Built-in DEMO memory (100 facts) works right after install, no ViBo CLI required β€” feel the convenience, then upgrade.

The agent receives ONE concrete multi-step task and executes it as an autonomous mission: restore context from ViBo memory β†’ scan for problems β†’ propose fixes (safe, with confirmation) β†’ apply with backups β†’ iterate via paths A/B/C β†’ save the lesson back into ViBo β†’ report with numbers.

The more it works β€” the more it remembers β€” the better it does next time.

Install

npm install vibo-selfdeed
# or from ClawHub:
# openclaw skills install @vnbochkarev-netizen/vibo-selfdeed

Requires Python 3.11 (ViBo core .so) and a ViBo CLI (vibo_use.py, from the ViBo skill package or https://wwwvibo.com). Set VIBO_CLI=/path/to/vibo_use.py if it is not next to the skill.

Quick start

./run_mission.sh init --task "find and fix bugs in src/" --target 90
./run_mission.sh checkpoint START ok "context restored from ViBo"
# agent: SCAN β†’ PROPOSE β†’ FIX (backups + confirmation) β†’ LEARN β†’ REPORT
./run_mission.sh finish

Optional Telegram controls: notify (stage updates), ask (βœ…/❌ buttons), report β€” set TELEGRAM_MISSION_TOKEN + TELEGRAM_MISSION_CHAT.

Files

  • SKILL.md β€” one product: GRILL pre-flight (G1-G5) + mission instructions (stages, safety, stop matrix)
  • run_mission.sh β€” wrapper: init / checkpoint / progress / switch / rollback / finish
  • lib_vibo.py β€” thin client to the ViBo CLI (add / find / usage / link / stats)
  • safety.py β€” backups, rollback, attempt/timeout limits, L3 masking
  • telegram_mission.py β€” Telegram stage + βœ…/❌ controls

Try it immediately (DEMO mode)

No ViBo CLI installed? The skill still works with a built-in DEMO memory (100 facts, word search): vibo find "context" Β· vibo add "fact" "value" β€” and every command shows where to get the full engine: free tier: 500 facts forever Β· 2-day trial: https://wwwvibo.com/download/trial.

Security notes

  • Runs ONLY inside the mission workdir; backups in .selfdeed_backup/.
  • No network by default. Telegram stage updates (notify/ask/report) are opt-in and print a warning before sending.
  • --auto applies changes without per-fix confirmation β€” use only in a scoped workspace.
  • This package does NOT include any social posting; if you need the optional comment generator it lives in a separate package.

License

See EULA.md β€” the ViBo license applies (free tier: 500 facts forever; upgrade: $5/mo, $30/yr, $60 lifetime).

Β© ViBo by Viacheslav Bochkarev β€” https://wwwvibo.com

About

🍒 GRILL + βš™οΈ MISSION β€” one product for autonomous AI agents: grill the intent (front door), run the mission with ViBo memory, save every lesson. #agentskills #aimemory #autonomousagents #llm #selfimproving

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages