- Step1: pip install among_ais
- Step2: import the framework with `from among_ais import Session`
- Step3: configure your LLM provider API keys
- Step4: define custom agent personas and instructions
- Step5: create a Session instance and add agents
- Step6: run the conversation loop with session.run()
- Step7: export and analyze transcripts using session.get_transcript()