added self-registration and autonomous grammar generation to docs
This commit is contained in:
parent
807322be3e
commit
8723a121de
6 changed files with 6 additions and 9 deletions
|
|
@ -17,7 +17,7 @@ AgentServer is a production-ready substrate for the `xml-pipeline` nervous syste
|
|||
- **XSD-to-Lark Generator:** A core utility that transcribes XSD schema definitions into EBNF Lark grammars. This enables the server to search untrusted data streams for specific XML patterns with mathematical precision.
|
||||
- **Auto-Descriptive Organs:** The base `XMLListener` class inspects its own instantiation parameters to generate a corresponding XSD. The tool itself tells the world how to use it.
|
||||
- **Protocol Agnostic:** To add a new field (like `<cc/>`) to the entire swarm, you simply update the central XSD. The entire organism's grammar updates instantly.
|
||||
- **[Read Further: Self-Registration & Autonomous Grammars](docs/self_registration.md)**
|
||||
- **[Read Further: Self-Registration & Autonomous Grammars](docs/self-grammar-generation.md)**
|
||||
|
||||
### 2. The Stack-Based Lifecycle
|
||||
- **UUID Custody:** UUID v4 thread identifiers are born via `<spawn-thread/>` and managed on a physical stack.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
This is a great idea. Your `README.md.bak` was a good start, but we’ve evolved the architecture significantly today. This updated executive summary captures the "Nervous System" philosophy and the rigorous cryptographic controls we've established.
|
||||
|
||||
Here is a refined **Executive Summary** you can add to your `docs/` or update your `README.md` with:
|
||||
|
||||
# AgentServer — Executive Summary (v1.0)
|
||||
**December 30, 2025**
|
||||
**Architecture: Cryptographically Sovereign Multi-Agent Substrate**
|
||||
|
|
@ -40,11 +40,11 @@ xml-pipeline/
|
|||
│ ├── main.py
|
||||
│ └── xml_listener.py
|
||||
├── docs/
|
||||
│ ├── AgentServer.md
|
||||
│ ├── Local Privilege only.md
|
||||
│ ├── logic and iteration.md
|
||||
│ ├── agent-server.md
|
||||
│ ├── local-privilege-only.md
|
||||
│ ├── logic-and-iteration.md
|
||||
│ ├── prompt-no-paperclippers.md
|
||||
│ └── self_registration.md
|
||||
│ └── self-grammar-generation.md
|
||||
├── scripts/
|
||||
│ └── generate_organism_key.py
|
||||
├── tests/
|
||||
|
|
@ -57,4 +57,5 @@ xml-pipeline/
|
|||
├── pyproject.toml
|
||||
├── setup-project.ps1
|
||||
└── structure.md
|
||||
|
||||
```
|
||||
Loading…
Reference in a new issue