Kinesis is SWAI’s execution layer — enabling agents to interact with external systems and trigger real-world outcomes. Like acquiring new skills, Kinesis allows agents to expand their capabilities without rewriting core logic. These skills allow agents to connect with external platforms, interact with web services, and communicate with users.Documentation Index
Fetch the complete documentation index at: https://docs.swai.app/llms.txt
Use this file to discover all available pages before exploring further.
Connection to Cortex
Kinesis works in tandem with Cortex, the decision-making brain of SWAI agents. When Cortex determines an action should be taken, Kinesis executes that decision through its skill system. Kinesis and Cortex operate in a loop: Cortex makes decisions, Kinesis executes them — and then sends performance feedback back for ongoing adaptation.Capability Awareness
Kinesis informs Cortex about available skills, ensuring the agent only attempts actions it can actually perform
Action Execution
When Cortex decides on a course of action, Kinesis translates that decision into concrete steps
AI Models Integration
Can integrate with domain-specific models (e.g. audio, vision, LLMs) to expand action types and precision
Agentic Frameworks
Connecting with Eliza and other agent ecosystems
Direct Actions
Executing external operations like API calls, web interactions, and on-chain actions
Internal Actions
Managing memory operations, state transitions, and self-monitoring processes