- Step1: Install via pip: pip install noema
- Step2: Create a YAML or JSON config file defining agents, prompts, tools, and memory blocks
- Step3: Import Noema in your Python script and load the config: from noema import Runner; runner = Runner('config.yaml')
- Step4: Initialize and run: results = runner.run()
- Step5: Process and analyze the returned structured outputs