Skip to content

0.2.1

Latest
Compare
Choose a tag to compare
@ezodude ezodude released this 21 Feb 21:36
· 4 commits to main since this release
a3468b6

Release v0.2.1 🐠 🌊️ πŸŽ‰πŸŽ‰ (Manta Ray)

This brings Reasoning models, Domain Grounding via PDDL and state persistence to Orra. πŸ€–

Supported models include: DeepSeek R1 on Groq and OpenAI's o1-mini / o3-mini.

CLI v0.2.1

Features

  • Grounding support added using orra grounding command.
  • Various bug fixes.

Control Plane v0.2.1

Features

  • Execution plan generation using Reasoning models.
  • Added domain grounding.
  • Execution plan validation based pn grounding capability matching
  • Further execution plan validation using PDDL
  • BadgerDB for persisting control plane state.

Bug fixes

  • Various bug fixes.

Documentation

  • General README updates across the project.
  • Grounding documentation.
  • Grounding template.