paladin-ai 0.1.0

Enterprise AI orchestration framework with multi-agent coordination patterns
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/*

Key Value Store Port

A key value store is a port for the storage mechanisms that store simple key value
pairs.

This key value store is an in-memory store that typically stores values in a HashMap. This
store is not persistent and will lose all data when the application is restarted unless otherwise specified.

This store is used for use cases where a temporary storage mechanism is needed, such as caching
'values' that need to be repeatedly accessed or queueing items.
*/