Ananke.Organics 0.8.1

dotnet add package Ananke.Organics --version 0.8.1
                    
NuGet\Install-Package Ananke.Organics -Version 0.8.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ananke.Organics" Version="0.8.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ananke.Organics" Version="0.8.1" />
                    
Directory.Packages.props
<PackageReference Include="Ananke.Organics" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ananke.Organics --version 0.8.1
                    
#r "nuget: Ananke.Organics, 0.8.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Ananke.Organics@0.8.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ananke.Organics&version=0.8.1
                    
Install as a Cake Addin
#tool nuget:?package=Ananke.Organics&version=0.8.1
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last Updated
0.8.1 44 5/9/2026
0.8.0 45 5/9/2026