Skip to content

AgentSpine-stable-v0.1.7

Latest

Choose a tag to compare

@Hrushi11 Hrushi11 released this 02 May 14:52
· 3 commits to master since this release

🚀 AgentSpine v1.0 Launch & Core Infrastructure

Core Control Plane Engineering

  • Modular Policy Engine for action validation and guardrails
  • Synchronous and Asynchronous policy execution support
  • Redis-backed Hard Deduplication to prevent redundant agent actions
  • Postgres-backed Event Timeline for persistent audit logging and replay
  • Generic Execution Adapters to decouple agent logic from tool fulfillment
  • Dual deployment architecture: Embedded Python SDK & Centralized FastAPI Server

SDK & Distribution

  • Automated PyPI publishing via GitHub Actions (OIDC Trusted Publishing)
  • Dynamic git-tag versioning (hatch-vcs) optimized for nested directories
  • 4-tier hierarchical configuration system (Constructor > Env > YAML > Defaults)

Documentation Ecosystem

  • Astro Starlight documentation website
  • Automated CI/CD deployment to GitHub Pages (Node 22)
  • Custom AgentSpine branding (logos, favicons, styling)
  • Centralized repository .gitignore management