- Step1: pip install promptix
- Step2: import PromptixClient and configure your API key
- Step3: define or load an LLM model in the client
- Step4: subclass or register custom tools for your domain
- Step5: configure memory (in-memory or Redis) for context retention
- Step6: call client.run_agent(...) with input and settings
- Step7: receive streamed or batch responses and handle callbacks