Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions .eleventy.js

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/build.yml

This file was deleted.

36 changes: 35 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,38 @@
# OS files
.DS_Store
Thumbs.db

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Dependency directories
node_modules/

# Build output (if using bundlers)
dist/
build/
_site/
.DS_Store
.cache/

# Python
__pycache__/
*.pyc
venv/
.env

# IDE
.vscode/
.idea/

# Temporary files
*.swp
*.swo
*~

# Secrets
.env.local
.env.production
.env.development
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

46 changes: 28 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,33 @@
# The Interdependent Way — Website
# a0p — Agent Zero Platform

This is the public site for The Interdependent Way, built with [Eleventy](https://www.11ty.dev/) and deployed to GitHub Pages via Actions.
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.

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

## Structure
- `src/` — content and templates
- `src/_includes/` — layouts and components
- `src/_data/` — site-wide data
- `assets/` — CSS/JS/media (pass-through copy)
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.

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

## License
Content © Way Seer Erin (and contributors). Code under MIT unless noted.
# A0

A0 is the instantiated runtime embodiment of PTCA.

## Core split
- Heartbeat: world-facing cadence, scheduling, sensing, deployment rhythm
- Psi: interpretation, synthesis, discernment, council coordination
- Omega: commitment, integration, release, terminal authority layer

---

# TIW Addendum Package: Fiddly Bits (Thread)

This package contains the canonicalized thread addendum.

- `canon/addenda/ADDENDUM_FIDDLY_BITS_THREAD.md`

hmm — unresolved constraint marker: If you want this merged into the full canon zip, say so and I will rebuild a combined package.
14 changes: 0 additions & 14 deletions assets/css/styles.css

This file was deleted.

34 changes: 0 additions & 34 deletions canon/agents.html

This file was deleted.

Loading
Loading