@memco/memcoai
Interfaces
- ToolParameters
- Tool
- AnthropicTool
- OpenAIFunction
- OpenAITool
- MemcoOptions
- TimeoutOptions
- SearchOptions
- CreateMemoryOptions
- EnrichMemoryOptions
- ImportMemoriesOptions
- Tag
- Instructions
- DomainEntry
- Limits
- DomainList
- ToolDescriptor
- Insight
- Memory
- SearchResult
- WriteResult
- FeedbackRating
- FeedbackEntry
- FeedbackResult
- RevertResult
- ImportedInsight
- ImportedMemory
- ImportOutcome
- ImportResult
- ProtoRecord
- Provenance
Node.js SDK for Memco Shared Memory.
Memco Shared Memory is a persistent, searchable memory that a team and its agents share. This package is the typed client for it.
Configuration is read from the environment unless it is passed explicitly:
MEMCO_API_TOKENMEMCO_API_HOSTgrpc.memco.ai:443.MEMCO_LOGcritical,error,warning,info,debug, ornoneto silence. Defaults toinfo.MEMCO_API_KEYis still read as a fallback forMEMCO_API_TOKEN, and warns once when it is what supplied the credential.No credential is ever written to a log record.