agentos_kernel 0.2.0 copy "agentos_kernel: ^0.2.0" to clipboard
agentos_kernel: ^0.2.0 copied to clipboard

Kernel modules for agent orchestration and memory.

0.2.0 #

  • Remove the unused Cron task userId from the kernel model, DTO, service API, and storage logic.
  • Support reusing LiteAgent sessions from Cron tasks and task-level IANA timezones with DST-aware scheduling.
  • Add UTC nextRunAt tracking and preserve compatibility with existing Cron SQLite databases.

0.1.4 #

  • Upgrade liteagent_sdk_dart to 0.4.0.

0.1.3 #

  • Upgrade opentool_daemon to 0.5 and align opentool_dart with its minimum supported 2.0.1 release.

0.1.2 #

  • Upgrade liteagent_sdk_dart to 0.3 and adapt cron execution to the updated SDK.
  • Add strict limits to background LLM work to prevent runaway memory summary and preference extraction loops.
  • Disable daemon preset publishing while preserving explicit daemon configuration.

0.1.1 #

  • Separate vector store and embedding model API keys while preserving backward compatibility for existing embeddings configurations.

0.1.0 #

  • Initial public release.
  • Add KernelService and KernelAdminService APIs for memory, preference, RAG, cron, and health monitoring workflows.
  • Use Drift / SQLite for local persistence.
  • Support LiteAgent, LiteEmbeddings, and OpenTool daemon integration.