Skip to content

Commit 8611102

Browse files
Copilotwayseer00
andauthored
revert: restore repo to stable Pages era (run 25710006969)
Agent-Logs-Url: https://github.com/wayseer00/wayseer.github.io/sessions/297394c9-010c-47c6-8565-1017031bf220 Co-authored-by: wayseer00 <258336486+wayseer00@users.noreply.github.com>
1 parent e2d8f5b commit 8611102

39 files changed

Lines changed: 691 additions & 1306 deletions

.eleventy.js

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.gitignore

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,38 @@
1+
# OS files
2+
.DS_Store
3+
Thumbs.db
4+
5+
# Logs
6+
*.log
7+
npm-debug.log*
8+
yarn-debug.log*
9+
yarn-error.log*
10+
11+
# Dependency directories
112
node_modules/
13+
14+
# Build output (if using bundlers)
15+
dist/
16+
build/
217
_site/
3-
.DS_Store
18+
.cache/
19+
20+
# Python
21+
__pycache__/
22+
*.pyc
23+
venv/
424
.env
25+
26+
# IDE
27+
.vscode/
28+
.idea/
29+
30+
# Temporary files
31+
*.swp
32+
*.swo
33+
*~
34+
35+
# Secrets
36+
.env.local
37+
.env.production
38+
.env.development

.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 28 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,33 @@
1-
# The Interdependent Way — Website
1+
# a0p — Agent Zero Platform
22

3-
This is the public site for The Interdependent Way, built with [Eleventy](https://www.11ty.dev/) and deployed to GitHub Pages via Actions.
3+
a0p is a mobile-first autonomous AI agent application. It leverages Gemini function-calling and a mathematically rigorous orchestration engine (EDCMBONE) to execute tasks autonomously. It integrates with Google infrastructure (Gmail, Drive), provides file management with direct phone upload, and includes robust features like cryptographic audit logging and real-time cost tracking.
44

5-
## Quick start (local)
6-
1. Install Node.js 18+.
7-
2. `npm install`
8-
3. `npm run dev` — local server with hot reload
9-
4. `npm run build` — production build + Pagefind search index
5+
**Key Design Principles:**
6+
* **Mobile-first**: Optimized for phone browsers and PWA-like experience.
7+
* **Autonomous**: Agent determines tool usage without manual intervention.
8+
* **Auditable**: Every engine action is hash-chained and timestamped.
9+
* **Cost-aware**: Tracks per-token usage with estimated USD costs.
10+
* **Fail-closed**: No silent fallback for critical operations.
1011

11-
## Structure
12-
- `src/` — content and templates
13-
- `src/_includes/` — layouts and components
14-
- `src/_data/` — site-wide data
15-
- `assets/` — CSS/JS/media (pass-through copy)
12+
The core of a0p's intelligence lies in its EDCMBONE engine, utilizing Prime Tensor Circular Architecture (PTCA) and Prime Circular Neural Architecture (PCNA) for sophisticated AI orchestration and decision-making.
1613

17-
## Contributing
18-
- Open a branch and PR; preview builds run in Actions.
19-
- Follow plain-language style and add sources in front matter.
20-
- Add a changelog entry for meaning-changing edits.
14+
---
2115

22-
## License
23-
Content © Way Seer Erin (and contributors). Code under MIT unless noted.
16+
# A0
17+
18+
A0 is the instantiated runtime embodiment of PTCA.
19+
20+
## Core split
21+
- Heartbeat: world-facing cadence, scheduling, sensing, deployment rhythm
22+
- Psi: interpretation, synthesis, discernment, council coordination
23+
- Omega: commitment, integration, release, terminal authority layer
24+
25+
---
26+
27+
# TIW Addendum Package: Fiddly Bits (Thread)
28+
29+
This package contains the canonicalized thread addendum.
30+
31+
- `canon/addenda/ADDENDUM_FIDDLY_BITS_THREAD.md`
32+
33+
hmm — unresolved constraint marker: If you want this merged into the full canon zip, say so and I will rebuild a combined package.

assets/css/styles.css

Lines changed: 0 additions & 14 deletions
This file was deleted.

canon/agents.html

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)