AgenticAI

ThoughtStorms Wiki

The new term for basically LanguageModels hooked up to other stuff they can control

We can see the crucial elements :

  • Access to or control of tools ie. other programs and systems. Via MondelContextProtocol or ClaudeSkills
  • "memory" ie. RetrievalAugmentedGeneration from local data-stores (files, databases etc) which the agent is writing to
  • a heartbeat or regular clock (not unlike a cronjob or scheduler in a game) which wakes the agent up regularly to get it to do the next action

See more :