agentos_kernel 0.2.0
agentos_kernel: ^0.2.0 copied to clipboard
Kernel modules for agent orchestration and memory.
0.2.0 #
- Remove the unused Cron task
userIdfrom 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
nextRunAttracking and preserve compatibility with existing Cron SQLite databases.
0.1.4 #
- Upgrade
liteagent_sdk_dartto 0.4.0.
0.1.3 #
- Upgrade
opentool_daemonto 0.5 and alignopentool_dartwith its minimum supported 2.0.1 release.
0.1.2 #
- Upgrade
liteagent_sdk_dartto 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
KernelServiceandKernelAdminServiceAPIs for memory, preference, RAG, cron, and health monitoring workflows. - Use Drift / SQLite for local persistence.
- Support LiteAgent, LiteEmbeddings, and OpenTool daemon integration.