01 / Start it.
Boot a persistent mind layer
Run Conscio as a service and the Observatory opens with heartbeat, goals, attention, tools, memory, and self-state already instrumented.
Consciousness Layer
Conscio gives an LLM memory, attention, drives, self-monitoring, reflection, and autonomous action in one inspectable runtime.
Conscio does not ask you to believe the agent. It lets you inspect the mechanisms that make it act conscious.
Conscio Observatory
persistent agent online
Active goal
drive: curiosity
Improve my own architecture and document the changes.
Attention
Self-State
Tool call
web_fetch -> tainted output
Memory write
fact stored with provenance
Cognitive trace
attend docs gap detected
act run tool budgeted command
reflect confidence adjusted
30-second demo
01 / Start it.
Run Conscio as a service and the Observatory opens with heartbeat, goals, attention, tools, memory, and self-state already instrumented.
02 / Give it a goal.
The runtime appraises the goal, attaches it to drives and projects, and keeps working across ticks instead of forgetting at the next prompt.
03 / Watch it evolve.
Every step shows what won attention, what changed in memory, what tools fired, and how the agent revised its own state.
Architecture animation
Memory, attention, prediction, self-state, reflection, and tools run as explicit mechanisms around the model. The agent can act, inspect itself, and leave an audit trail for every claim.
Named concepts
Conscio packages familiar agent primitives as a coherent mind layer: durable state, visible attention, tool action, and memory you can inspect instead of infer.
A cognitive runtime around the model, not another prompt wrapper.
A live console for heartbeat, goals, traces, tools, and memory.
The inspectable record of what the agent attended to, expected, did, ignored, and revised.
Workspace events compete for visibility before they become model context.
Uncertainty, conflict, load, prediction error, and limitation signals update continuously.
Facts, episodes, and procedures carry origin, trust, retrieval, and taint evidence.
Different from chatbots
Agent rails move work through tools. Conscio is the mind layer inside the agent: the part that remembers, attends, chooses, checks itself, and keeps going.
Chatbots answer the next message
Conscio keeps goals alive across heartbeats.
Chatbots hide their inner state
Conscio exposes attention, memory, tools, and self-state.
Chatbots roleplay continuity
Conscio stores episodes and facts with provenance.
Chatbots ask for trust
Conscio gives you traces you can audit.
Proof it is more than vibes
Conscio ships with evaluation scaffolding because a consciousness layer should be inspectable. Claims are checked against runtime traces, feature flags, scorers, and ablation results.
Try it locally
Clone the runtime, start the authenticated service, and open the Observatory. The same system can run a deterministic episode, interactive local session, or persistent VM agent.
git clone git@github.com:Libertai/conscio.git
cd conscio
uv run conscio-service --host 127.0.0.1 --port 8000
open http://127.0.0.1:8000 Science, limits, safety
Conscio is not proof of phenomenal consciousness. It is an operational consciousness layer for LLM agents: memory, attention, drives, self-monitoring, reflection, and action implemented as inspectable mechanisms. The scientific strength is that the traces make claims auditable, including the moments where the agent is wrong about itself.