Expand description
Re-exports§
Modules§
- agent
- This module defines an tk agent.
- consts
- Contains constants used in agent_tk.
- conversion
- Conversion between different task representation
- decision
- This module handle the decision for the agent.
- definitions
- definitions
- delegation
- This module implements a delegation system for the agent.
- execution
- This module handle the execution for the agent.
- knowledge_
base - interface to the knowledge base of an agent
- module
- This module contains the definition for an agent_tk module.
- projection
- Handle conversion between WGS84 and a carthesian representation
- simulation
- Simulate the execute of mission. Mainly to compute a cost estimate.
- states
- Module to define the state of an agent.
- uuid
- Wrap a u128 as a UUID
Enums§
- Error
- Error enum for agent_tk
Type Aliases§
- Result
- Result type for agent-tk