Module agent

Module agent 

Source
Expand description

Agent types for multi-agent coordination.

This module contains agent identity, memory access control, and message types that were consolidated from cellstate-agents into cellstate-core.

Structs§

AgentAction
An action taken by an agent.
AgentBeliefs
Collection of an agent’s beliefs.
AgentGoal
A goal that an agent is pursuing.
AgentObservation
An observation made by an agent after an action.
AgentPlan
A plan to achieve a goal.
Belief
A belief held by an agent.
Learning
A learning extracted from an observation.
MemoryAccess
Memory access configuration for an agent.
MemoryPermission
A single memory permission entry.
MemoryRegionConfig
Configuration for a memory region.
PlanCost
Cost estimate for a plan.
PlanStep
A single step in a plan.
RetryPolicy
Policy for retrying failed actions.
SuccessCriterion
A measurable criterion for goal success.

Enums§

ActionStatus
Status of an action.
ActionType
Type of action an agent can take.
AgentTarget
Target for a message or delegation: either a specific agent by ID or any agent of a given type.
BackoffStrategy
Backoff strategy for retries.
BeliefSource
Source of a belief.
BeliefType
Type of belief.
ConflictResolution
Strategy for resolving conflicts.
ConflictStatus
Status of a conflict.
ConflictType
Type of conflict.
GoalStatus
Status of an agent goal.
GoalType
Type of goal.
HandoffReason
Reason for a handoff.
LearningType
Type of learning.
MemoryRegion
Type of memory region.
MessagePriority
Priority level for messages.
MessageType
Type of agent message.
PermissionScope
Permission scope for memory access.
PlanStatus
Status of a plan.
ResolutionStrategy
Strategy for resolving a conflict.
StepStatus
Status of a plan step.