Skip to content

AgentMachine

PropertyPatternTypeDeprecatedDefinitionTitle/Description
- implementationNoconstNo-Implementation
- symbolic_memoryNoReference[SymbolicMemory]No-The Symbolic Memory implementation.
- file_memoryNoReference[FileMemory]No-The File Memory implementation.
- similarity_memoryNoReference[SimilarityMemory]No-The Vector Memory implementation.
- security_managerNoReference[SecurityManager]No-The Security Manager implementation.
- process_file_systemNoReference[ProcessFileSystem]No-The Process File System implementation. Used to store files related to processes.
- fail_on_agent_start_errorNobooleanNo-Fail On Agent Start Error

1. Property implementation

Title: Implementation

Typeconst
RequiredNo

Specific value: "AgentMachine"

2. Property symbolic_memory

TypeReference[SymbolicMemory]
RequiredNo
Default{"implementation": "SymbolicMemory"}

Description: The Symbolic Memory implementation.

3. Property file_memory

TypeReference[FileMemory]
RequiredNo
Default{"implementation": "FileMemory"}

Description: The File Memory implementation.

4. Property similarity_memory

TypeReference[SimilarityMemory]
RequiredNo
Default{"implementation": "SimilarityMemory"}

Description: The Vector Memory implementation.

5. Property security_manager

TypeReference[SecurityManager]
RequiredNo
Default{"implementation": "SecurityManager"}

Description: The Security Manager implementation.

6. Property process_file_system

TypeReference[ProcessFileSystem]
RequiredNo
Default{"implementation": "ProcessFileSystem"}

Description: The Process File System implementation. Used to store files related to processes.

7. Property fail_on_agent_start_error

Title: Fail On Agent Start Error

Typeboolean
RequiredNo
Defaultfalse

Description: If true, the machine will fail to start if an agent fails to start. Default: False