Crate anda_engine

Crate anda_engine 

Source

Modules§

context
Context Management System for AI Agents
engine
The Engine module provides the core functionality for managing and executing agents and tools.
extension
Extension module providing core AI agent capabilities
management
memory
model
Model integration module for Anda Engine
store
Store Module

Constants§

ANONYMOUS
This is used to represent unauthenticated or anonymous users in the system.

Statics§

APP_USER_AGENT

Functions§

json_convert_rfc3339_timestamp
Converts the Unix timestamp in milliseconds to RFC 3339 format for each JSON object in the vector.
json_set_unix_ms_timestamp
Sets the Unix timestamp in milliseconds for each JSON object in the vector.
rand_bytes
Generates N random bytes
rand_number
Generates a random number within the given range
rfc3339_datetime
Gets the RFC 3339 datetime string for the given timestamp in milliseconds
rfc3339_datetime_now
Gets the current RFC 3339 datetime string
unix_ms
Gets current unix timestamp in milliseconds Returns the current unix timestamp in milliseconds.