Cognitive Engine

Power agent reasoning with LLMs, inference APIs and model chaining logic.

Cognitive Engine

Power agent reasoning with LLMs, inference APIs and model chaining logic.

Cognitive Engine

Power agent reasoning with LLMs, inference APIs and model chaining logic.

Cognitive Engine
Cognitive Engine
Cognitive Engine

The Cognitive Engine is the thinking unit of every FRAKTIΛ agent. It determines how an agent interprets input, generates responses and evaluates conditions, whether via LLMs, symbolic logic or hybrid models.

This module is fully pluggable, allowing agents to run on external LLM APIs, decentralized inference networks or custom in-house models.

Supported Model Backends

Engine Type

Examples

Cloud LLMs

openai::gpt-4, anthropic::claude-3

Local Models

ollama::mistral, ggml::llama2

Inference APIs

replicate::anything, custom::api

On-chain Logic*

fraxtion::evaluator (coming soon)

*Agents can use multiple engines and switch contextually (e.g. fallback, routing, specialization).

Cognitive Engine Block (JSON)

"engine": {
  "type": "llm",
  "model": "openai::gpt-4",
  "fallback": "anthropic::claude-3",
  "temperature": 0.5,
  "maxTokens": 512
}

Multi-Engine Agents

You can map different tasks to different models:

"actions": {
  "summarize": {
    "type": "inference",
    "model": "openai::gpt-3.5"
  },
  "generateReport": {
    "type": "inference",
    "model": "anthropic::claude-3"
  }
}

Security & Privacy

Tokens and keys are encrypted per agent.
Agents can request ephemeral access for specific models.
Model usage tracked and cost-logged via the runtime.
Fine-grained audit logs on model usage coming soon.

Use Cases Enabled

Natural language interpretation. (intent, emotion, instruction parsing)
Multi-modal decision workflows. (text → action → response)
Symbolic filtering + LLM fallback.
Model chaining via Add-On coordination. (e.g., agent A → B → C)

Strategic Role

The Cognitive Engine turns logic trees into intelligent conversation, task fulfillment and perception, it’s where deterministic structure meets generative flexibility.

Continue reading

Looking to contribute?

Have ideas for new agent patterns, integration types or governance tools? Share your feedback and help us shape the next generation of composable intelligence.

Looking to contribute?

Have ideas for new agent patterns, integration types or governance tools? Share your feedback and help us shape the next generation of composable intelligence.

Looking to contribute?

Have ideas for new agent patterns, integration types or governance tools? Share your feedback and help us shape the next generation of composable intelligence.

Copyright © 2025 FRAKTIΛ - All Right Reserved!

Copyright © 2025 FRAKTIΛ - All Right Reserved!

Copyright © 2025 FRAKTIΛ - All Right Reserved!