🚀 Octochains v0.5.0 is Live: Skills, Preset Agents, and Resilient Parsing #16
Replies: 1 comment 1 reply
|
One useful extension for the startup council would be an evidence gate before synthesis. Have every specialist return the claim, source or submitted document, source date, confidence, contradiction, and missing evidence. Then a WeightedSynthesizer could down-weight conclusions that rest on one stale or unsupported input. Five-agent agreement is weak if all five inherited the same unsupported deck claim. For a real output shape to compare, DDScore turns submitted private-company materials into a structured 0–100 score and full report across 12 dimensions. It also checks relevant claims against current public sources and names evidence gaps. I am directly involved in building DDScore at Playful Pixels Oy. It is a first-pass aid, not investment advice or a replacement for full due diligence. |
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone! 👋
I'm excited to announce that v0.5.0 is officially out. This is our biggest update since opening the project to contributors, bringing major upgrades to our framework for multi-agent reasoning and agentic data retrieval.
Here is what's new in this release:
🧩 Skills (Zero-Code Domain Expertise)
Agents can now be equipped with Skills—portable, markdown-based knowledge packs (
SKILL.md). These inject specific domain expertise into an agent without requiring you to write a single line of prompt-engineering code.🏢 Official Preset Agents
We've introduced nine ready-to-use domain specialists. Each is a
SkilledAgentbundled with a curated Skill, meaning no subclassing is required to get started.cfo_agent,cto_agent,cro_agent,cpo_agent,cmo_agentdata_sovereignty_auditor,ai_risk_assessor,phi_sanitizer,licensing_reviewerA full multi-agent pipeline is now genuinely just three imports and a few lines of code:
🛠️ Under the Hood
base.pyand the newagents/package.SkilledAgent, and all nine presets.📚 Docs & Cookbook Updates
The README has been revamped to lead with a 60-second demo instead of a from-scratch tutorial. We've also added new sections on writing custom Skills and exploring the full preset catalog.
The Cookbook is wide open for demo contributions! We are especially looking for examples using Hugging Face or Anthropic, as we don't have coverage for those yet.
🎯 What's Next?
If you've been waiting for a good entry point to contribute, this is it. We have a handful of good first issues open right now, including building new presets and a
WeightedSynthesizeraggregator.As always—drop your questions, share your ideas, or show off what you've built with this new release right here. 🐙
— Ahmad
All reactions