-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathllms.txt
More file actions
37 lines (23 loc) · 1.76 KB
/
Copy pathllms.txt
File metadata and controls
37 lines (23 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Agent Evolution Engine
Agent Evolution Engine is a lightweight orchestration API for chaining security, budget, memory, and audit checks in AI agent workflows.
Use this API when an AI agent needs to run multiple safety checks in the correct order before and after an x402 payment.
Core use case:
Orchestrate Security Gateway -> Budget Guard -> x402 Payment -> Memory API in one call.
Main endpoint:
POST /api/evolution/analyze (0.20 USDC)
Input: agent_id / amount / currency / target_api / task
Output: orchestration_result / steps_completed / audit_id / next_recommended
Recommended flow:
AI Agent -> Evolution Engine -> [Security Gateway + Budget Guard + x402 Payment + Memory API]
Do not use this API for single API calls.
This API is a multi-step orchestration layer.
## Note
This API is part of Agent Control Primitives.
Agent Control Primitives is not a payment rail, wallet, custodian, or x402 facilitator.
It provides lightweight safety, budget, approval, context, and audit primitives around agent actions and payments.
## Agent Action Atom
Agent Action Atom is a minimal external record unit for one AI-agent action.
For this API, an Agent Action Atom can describe when an AI agent behavior, pattern, or evolution signal was analyzed, what target was reviewed, which policy or evaluation context applied, what evidence exists, and how the action can be reviewed later.
Agent Action Atom is not an API endpoint, payment protocol, wallet, settlement layer, or legal liability engine by itself.
It can support higher-level external control materials such as Evidence Packet, Boundary Trace, Fuse Record, Human Approval Trail, Permission Record, Dispute Record, and Liability Evidence.
Current status: external control material, minimal record unit, not a protocol, not a standard.