You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open Agentic 2.0 is a compact framework for verifiable agent execution.
23
-
Every action is recorded in an append-only cryptographic audit chain (SHA-256 or HMAC), making each run tamper-evident, reproducible, and auditable.
22
+
Open Agentic 2.0 is a compact framework for **verifiable agent execution**.
23
+
Every action is recorded in an append-only **cryptographic audit chain** (SHA-256 or HMAC), making each run **tamper-evident, reproducible, and auditable**.
24
24
25
25
### Motivation
26
26
27
27
Modern AI apps suffer from instability, corruption, and hallucinations.
28
-
Open Agentic introduces a verifiable kernel where each step is evidence-based, policy-constrained, and logged for post-hoc review.
28
+
Open Agentic introduces a **verifiable kernel** where each step is evidence-based, policy-constrained, and logged for post-hoc review.
29
+
30
+
---
31
+
32
+
## Why Open Agentic?
33
+
34
+
***Audit-first:** every step is cryptographically chained and fsync’d for tamper evidence.
35
+
***Fail-closed by design:** if evidence or shape checks fail, the orchestrator abstains.
36
+
***Zero-trust boundaries:** legacy code via subprocess, remote agents via HTTP—always isolated and time-boxed.
Have questions? Check the **[FAQ](FAQ.md)** for answers to common topics (auditing, HMAC keys, plugin manifests, evidence thresholds).
249
-
If you don’t find what you’re looking for, feel free to open a discussion or reach out on Discord.
266
+
If you don’t find what you’re looking for, feel free to open a discussion.
250
267
251
268
---
252
269
@@ -257,22 +274,17 @@ Unless otherwise noted:
257
274
***Code** in this repository is licensed under the **Apache License, Version 2.0**. See **[LICENSE](LICENSE)**.
258
275
***Documentation** (README, guides, FAQs) is also provided under **Apache-2.0**, unless a file header states a different license.
259
276
260
-
**Trademarks.**
261
-
“Open Agentic” and any associated logos are names used by the community project. The licenses for this project do **not** grant rights to use project names, logos, or trademarks. Please follow applicable trademark guidelines of the respective owners. If you want to reference the project, use plain text attribution and link to the repo.
277
+
**Trademarks.** “Open Agentic” and any associated logos are names used by the community project. The licenses for this project do **not** grant rights to use project names, logos, or trademarks. Please follow applicable trademark guidelines of the respective owners. If you want to reference the project, use plain text attribution and link to the repo.
262
278
263
-
**Privacy.**
264
-
This open-source project does not collect personal data by default. If you deploy services (e.g., web endpoints, telemetry, error reporting), provide your own privacy notice and comply with applicable laws and policies.
279
+
**Privacy.** This open-source project does not collect personal data by default. If you deploy services (e.g., web endpoints, telemetry, error reporting), provide your own privacy notice and comply with applicable laws and policies.
265
280
266
-
**Reservation of Rights.**
267
-
Contributors reserve all other rights not expressly granted under the applicable licenses.
281
+
**Reservation of Rights.** Contributors reserve all other rights not expressly granted under the applicable licenses.
268
282
269
283
---
270
284
271
285
*Looking to extend or embed Open Agentic in production? See the “Security & Audit” section for guidance on HMAC key management, fsync policies, and chain validation.*
0 commit comments