phaseo-agent 0.1.0

Agent runtime for Phaseo Gateway
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "@phaseo/agent-sdk-rust",
  "version": "0.1.0",
  "private": true,
  "description": "Phaseo Agent SDK for Rust",
  "license": "MIT",
  "scripts": {
    "build": "cargo build",
    "test": "cargo test --all-targets",
    "lint": "cargo clippy --all-targets -- -D warnings",
    "package": "cargo package"
  }
}