Runtime objects¶
Layer | Class/Interface | Purpose |
---|---|---|
Agent | StandardAgent | Holds Reasoner, LLM, Tools, Memory |
Reasoner | SequentialReasoner , (planned) others | Controls Plan → Execute → Reflect |
LLM | BaseLLM , LiteLLM | Model abstraction |
Tools | JustInTimeToolingBase , JenticClient | Load & run capabilities on demand |
Memory | MutableMapping | KV storage accessible to components |
Prebuilt agent - ReWOOAgent
— ready‑to‑use stack wired for reliability