ares-server 0.9.1

ARES agent server with multi-provider LLM support, tool calling, RAG, and MCP integration
name: CI

on:
  push:
    branches: [main, develop, holy]
  pull_request:
    branches: [main, develop, holy]

env:
  CARGO_TERM_COLOR: always

jobs:
  crap:
    name: CRAP Score Gate
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: dtolnay/rust-toolchain@stable
      - uses: Swatinem/rust-cache@v2
      - name: Install cargo-crap
        run: cargo install cargo-crap
      - name: Run CRAP check
        run: cargo crap --workspace --format json --threshold 30 --fail-above