Documentation Index
Fetch the complete documentation index at: https://docs.camel-ai.org/llms.txt
Use this file to discover all available pages before exploring further.
InMemoryKeyValueStorage
BaseKeyValueStorage using
in-memory list. Ideal for temporary storage purposes, as data will be lost
when the program ends.
init
save
- records (List[Dict[str, Any]]): A list of dictionaries, where each dictionary represents a unique record to be stored.