```bash npm install agentic ```
npm install agentic``bash`
npm install agentic
`javascript
const agentic = require("agentic");
// Initialize the enigma
const enigma = agentic.createEnigma();
// Summon the agent
const agent = enigma.summon();
// Engage the agent
agent.engage();
``