The Nomos Python SDK provides a typed, async-first client library for connecting to hosted Nomos agents. It supports both stateful sessions and stateless chat modes with comprehensive authentication options.
base_url
: URL of the Nomos API serverauth
: Authentication configurationtimeout
: Request timeout in secondsheaders
: Additional headers for requestshealth_check()
chat.next(query, session_data=None)
session.init(initiate=False)
session.next(session_id, query)
session.get_history(session_id)
session.end(session_id)