MCPcopy Create free account
hub / github.com/Forethought-Technologies/AutoChain / Config

Class Config

autochain/memory/redis_memory.py:26–29  ·  view source on GitHub ↗

Configuration for this pydantic object.

Source from the content-addressed store, hash-verified

24 redis_client: Redis
25
26 class Config:
27 """Configuration for this pydantic object."""
28
29 arbitrary_types_allowed = True
30
31 def load_memory(
32 self, key: Optional[str] = None, default: Optional[Any] = None, **kwargs

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected