Ananke.Organics
0.8.1
dotnet add package Ananke.Organics --version 0.8.1
NuGet\Install-Package Ananke.Organics -Version 0.8.1
<PackageReference Include="Ananke.Organics" Version="0.8.1" />
<PackageVersion Include="Ananke.Organics" Version="0.8.1" />
<PackageReference Include="Ananke.Organics" />
paket add Ananke.Organics --version 0.8.1
#r "nuget: Ananke.Organics, 0.8.1"
#:package Ananke.Organics@0.8.1
#addin nuget:?package=Ananke.Organics&version=0.8.1
#tool nuget:?package=Ananke.Organics&version=0.8.1
Ananke.Organics
Organic kernel architecture for Ananke - self-organizing workflow ecosystems with cell division, heartbeat sensing, triage routing, domain-affine memory, and evolutionary division policies.
What Is This?
Workflows are cells in a living kernel. They grow organically as they accumulate tools and knowledge, and when they grow too complex, they divide - the parent dies and two specialized peers emerge. The kernel is the organism; cells are mortal.
Key Concepts
| Concept | Type | Description |
|---|---|---|
| Kernel | IWorkflowHost | Manages cell lifecycle (spawn, kill, list) |
| Nervous System | ICapabilityMap | Aggregates heartbeat signals into a live capability map |
| Triage Router | IRequestRouter | Routes requests to the right cell |
| Complexity Monitor | IComplexityMonitor | Measures structural surface tension |
| Division Policy | IDivisionPolicy | Decides when and how to divide |
| Cell Divider | IWorkflowDivider | Executes the actual division |
| Cell Replicator | IWorkflowReplicator | Clones a cell for scaling (original lives) |
| Domain Affinity | DomainAffinityMemory | Biases memory recall toward a cell's domain |
Package Structure
Ananke.Organics/ Kernel/ - IWorkflowHost, InProcessWorkflowHost, lifecycle events, IWorkflowReplicator Sensing/ - WorkflowSignal, ICapabilityMap, IRequestRouter Division/ - ComplexitySnapshot, IDivisionPolicy, IWorkflowDivider, DomainAffinityMemory Healing/ - IHealingPolicy, ThresholdHealingPolicy, HealthSnapshot Topology/ - ColonyGraphBuilder, GodNodeDetector, ColonyReportExporter
Topology — Colony graph and reporting
The Topology/ slice projects the live mesh state into an IKnowledgeGraph
(from Ananke.Abstractions.Graph) so that structural patterns become queryable
and reportable without changing any operational component.
| Type | Description |
|---|---|
ColonyGraphBuilder |
Reads ICapabilityMap, ILineageStore, and optional RoutingAffinityTracker; writes cell/domain/tool nodes and relationship edges |
GodNodeDetector |
Returns top-k cells by degree centrality that exceed a configurable threshold |
ColonyReportExporter |
Writes colony.json (machine-readable snapshot) and COLONY_REPORT.md (operator summary) |
See Topology/README.md for node/edge vocabulary and usage examples.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Ananke.Design (>= 0.8.1)
- Ananke.Learning (>= 0.8.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Ananke.Organics:
| Package | Downloads |
|---|---|
|
Ananke.Qdrant
Qdrant vector database provider for Ananke — IKnowledgeStore implementation with dense vector search, metadata filtering, and automatic collection management. |
|
|
Ananke.AspNetCore
ASP.NET Core integration helpers for Ananke — SSE streaming, ChatSessionEvent-to-SSE bridging, and state-machine endpoint utilities. |
|
|
Ananke.Federation
Federation hub for Ananke — deploy, monitor, and supervise agentic workflows across cloud platforms (Vertex AI, Claude Managed Agents) with organic mesh coordination. |
GitHub repositories
This package is not used by any popular GitHub repositories.