NexusLabs.Needlr.AgentFramework.Workspace
NexusLabs.Needlr.AgentFramework¶
NexusLabs.Needlr.AgentFramework.Workspace Namespace¶
| Classes | |
|---|---|
| InMemoryWorkspace | Thread-safe in-memory IWorkspace backed by a System.Collections.Concurrent.ConcurrentDictionary<>. Suitable for testing, sandboxed agent runs, and scenarios where persistence is not needed. |
| Interfaces | |
|---|---|
| IWorkspace | Abstraction for file storage used by agent tools. Implementations may back onto an in-memory dictionary, a real file system, or a cloud blob store. |