8000
Skip to content

v0.1.0 β€” Initial Release

Choose a tag to compare

@huaxiuyao huaxiuyao released this 15 Mar 04:35
· 223 commits to main since this release

AutoResearchClaw v0.1.0

Fully autonomous research pipeline: one message in, full conference paper out. 🦞

Highlights

  • 23-stage pipeline: Research Scoping β†’ Literature Discovery β†’ Knowledge Synthesis β†’ Hypothesis Generation β†’ Experiment Design β†’ Self-Healing Execution β†’ Analysis & Decision β†’ Paper Writing β†’ Citation Verification
  • Multi-agent debate: 3 agents (Innovator, Pragmatist, Contrarian) argue over hypotheses; adversarial analysis panel reviews results
  • Self-healing executor: autonomous crash diagnosis, code repair, and Pivot/Refine decisions
  • Cross-run evolution: time-decayed lesson store that improves future runs
  • Citation verification: 4-layer pipeline (arXiv, DOI, Semantic Scholar, LLM relevance check)
  • OpenClaw integration: trigger full runs from a chat message

Results (6 end-to-end runs)

  • 100% pipeline completion (124/124 steps)
  • 94.3% citation integrity
  • Mean quality 6.2/10 on conference review scale

Requirements

  • Python 3.9+
  • OpenAI-compatible LLM API
0