agentic
v0.0.2
Published
```bash npm install agentic ```
Downloads
6
Readme
Agentic
npm install agentic
const agentic = require("agentic");
// Initialize the enigma
const enigma = agentic.createEnigma();
// Summon the agent
const agent = enigma.summon();
// Engage the agent
agent.engage();