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
docs: add docs/ index + feature-status, drop replacement-audit
- Add docs/README.md as the docs landing page (linked from README).
- Add docs/feature-status.md: capability matrix with code/test/doc
evidence for every major surface, written from scratch without
framing the project as a port of anything.
- Remove docs/replacement-audit.md.
- Point all README documentation links at docs/ instead of the wiki.
Copy file name to clipboardExpand all lines: README.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ Agentic Harness isn't another AI SDK. It's a proper runtime-agnostic framework
12
12
<imgsrc="./assets/architecture.svg"alt="Agentic Harness architecture: a Rust agent compiled against the SDK, driven by the CLI and HTTP runtime, runnable on local checkouts, CI, remote sandboxes (Vercel/Daytona/E2B), or Cloudflare edge."width="880">
13
13
</p>
14
14
15
-
> 📚 **Documentation lives in the [Wiki](https://github.com/codejunkie99/agentic-harness/wiki).**
16
-
> Architecture, execution targets, runtime config, HTTP SessionEnv protocol, Cloudflare runtime, and release notes — all there.
15
+
> 📚 **Documentation lives in [`docs/`](docs/).**
16
+
> Architecture, execution targets, runtime config, HTTP SessionEnv protocol, Cloudflare runtime, feature status, and release notes — all there.
17
17
18
18
## Workspace
19
19
@@ -345,7 +345,7 @@ agentic-harness build --workspace . --target node # alias — still emits
`--target cloudflare` produces non-proxy Worker boundary artifacts: `_entry.js`, `agentic_harness_worker.js`, `wrangler.jsonc`, and an adapter contract documented in `agentic_harness_app.d.ts`. See the [Cloudflare runtime guide](https://github.com/codejunkie99/agentic-harness/wiki/Cloudflare-Runtime) for the full pipeline (`--worker-app`, `--worker-wasm`, `--worker-wasm-crate`).
348
+
`--target cloudflare` produces non-proxy Worker boundary artifacts: `_entry.js`, `agentic_harness_worker.js`, `wrangler.jsonc`, and an adapter contract documented in `agentic_harness_app.d.ts`. See [`docs/cloudflare-runtime.md`](docs/cloudflare-runtime.md) for the full pipeline (`--worker-app`, `--worker-wasm`, `--worker-wasm-crate`).
Long-form documentation for [Agentic Harness](../README.md). For overview, install, and runnable examples, see the top-level [README](../README.md). This folder covers architecture, protocols, and operational concerns that don't fit on the front page.
4
+
5
+
## Architecture
6
+
7
+
-**[Execution Targets](execution-targets.md)** — local development, CI, remote Linux sandboxes (Vercel Sandbox, Daytona, E2B), and Cloudflare edge — what runs where, and why.
8
+
-**[Runtime Config](runtime-config.md)** — provider defaults, env-key resolution, OpenAI-compatible model registration, role/call/default precedence, and `runtime.json` discovery rules.
9
+
-**[HTTP SessionEnv Protocol](http-session-env.md)** — the JSON-over-HTTP wire format that lets a Rust agent run shell, file, and env operations inside any remote sandbox that speaks the protocol.
10
+
-**[Cloudflare Runtime](cloudflare-runtime.md)** — Worker boundary build pipeline, Durable Object bindings, the WASM JSON ABI, and the `--worker-app` / `--worker-wasm` / `--worker-wasm-crate` build options.
11
+
12
+
## Status & Releases
13
+
14
+
-**[Feature Status](feature-status.md)** — capability matrix with code, tests, and docs evidence for every major surface.
15
+
-**[Roadmap](immediate-goals.md)** — the next product slice and explicit non-goals.
0 commit comments