Skip to main content

A lightweight, extensible framework for structured content authoring and validation with AI assistance

Project description

Aether Framework

Human-readable, AI-interpretable, machine-consumable.

PyPI version Python 3.9+ License: FSL-1.1-MIT

Aether is a lightweight, schema-driven framework for structured content authoring and validation with AI assistance. It enables humans and AI to collaborate on creating, validating, and distributing structured content.

Features

  • Schema Validation - JSON Schema Draft 7 with custom Aether extensions (media, markdown)
  • Entity Collections - Hierarchical content organization with automatic reference resolution
  • Bundle Distribution - Package complete projects as portable .aetherpack archives
  • AI Integration - Native support for Cursor AI and Model Context Protocol (MCP)
  • CLI & Python API - Use from command line or integrate into Python applications
  • Comprehensive - Project scaffolding, introspection, validation context, and more

Installation

pip install jintra-aether

Quick Start

Define a Schema

Create blog.aether:

id: blog
spec_version: "1.0.0"
version: "1.0.0"
title: Blog

structure:
  posts:
    type: array
    items:
      $ref: "#/objects/Post"

objects:
  Post:
    type: object
    properties:
      title: { type: string }
      content: { type: markdown }
      author: { type: string }
      published: { type: boolean }

Create Content

# Create project structure
aether scaffold blog.aether my-blog --examples

# Validate project
aether validate-project my-blog

# Bundle for distribution
aether bundle my-blog -o blog.aetherpack

Use in Python

import aether

# Load and validate
schema = aether.load_schema("blog.aether")
project = aether.open_bundle("blog.aetherpack")
aether.validate_project(project, schema)

# Access resolved content
for post in project['posts']:
    print(f"Title: {post['title']}")
    print(f"Author: {post['author']}")

Use Cases

📚 Documentation & Reports

  • Technical documentation with automatic cross-references
  • Corporate reports with validated data structures
  • Static site generators with schema-driven content

🎨 Interactive Digital Experiences

  • Educational simulations with validated entity systems
  • Narrative platforms with branching storylines
  • Interactive media with decision trees

🧠 Knowledge Management

  • Portable content packages for AI agents
  • Validated knowledge bases
  • Schema-driven data distribution

Documentation

Examples

Check out the examples/ directory for complete working projects:

  • aether-docs - Self-documenting: Aether's own documentation as an Aether project

Development

# Clone repository
git clone https://github.com/jintra-jayce/aether.git
cd aether

# Install dependencies
pip install -e .

# Run tests
pytest

VS Code Extension

For the best development experience, install aether-vscode:

  • Real-time schema validation
  • IntelliSense for entity references
  • AI-powered content assistance
  • Visual project navigation

License

Functional Source License, Version 1.1, MIT Future License (FSL-1.1-MIT)

  • Free to use for any purpose except creating competing products
  • Automatically converts to MIT License after 2 years (January 1, 2027)
  • See LICENSE for full terms

Contributing

Contributions welcome! Please read CONTRIBUTING.md before submitting pull requests.

Contact

Acknowledgments

Copyright © 2025 Jintra Software Solutions LLC

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jintra_aether-1.0.1.tar.gz (41.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jintra_aether-1.0.1-py3-none-any.whl (49.0 kB view details)

Uploaded Python 3

File details

Details for the file jintra_aether-1.0.1.tar.gz.

File metadata

  • Download URL: jintra_aether-1.0.1.tar.gz
  • Upload date:
  • Size: 41.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.3

File hashes

Hashes for jintra_aether-1.0.1.tar.gz
Algorithm Hash digest
SHA256 ec9edb1f248f800e027ea26e4de84be3a309788325ffaf631dca8a1145a1e2b5
MD5 1fefde543e03c1dfff349f987d54c086
BLAKE2b-256 c67a3709f3b41f53c920375f85c45178b82ef283fc76ccda6240814b51cf31b0

See more details on using hashes here.

File details

Details for the file jintra_aether-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: jintra_aether-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 49.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.3

File hashes

Hashes for jintra_aether-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5ddb3c9c84b123d6d180c78de6bb353323f69908668cd7e3731773d697b34fb7
MD5 a06dc8fa9a8278fad58860361279cdfe
BLAKE2b-256 9f9f2bdc35de53bec0c5f7deaa1bcf66a7447a740a44d241a6b358b12b936775

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page