- Step1: Install the package with npm install atomicagent
- Step2: Import core classes (Agent, ToolRegistry, Memory) into your Node.js project
- Step3: Define and register custom tools via ToolRegistry.register(name, executeFn)
- Step4: Configure your Agent with LLM provider settings, memory modules, and tool registry
- Step5: Call agent.run(prompt) to execute tasks and receive structured responses
- Step6: Extend or chain agents for multi-step workflows as needed