Thanks for looking at python-agent-observability-mvp. It's a small, focused python example, so contributions stay simple.
- Keep the example runnable with a single
INFRAI_API_KEYand no other setup. - The thin client is the only place that knows the base URL and auth — new calls go through it.
- Don't hard-code secrets; read them from the environment.
- Fork & branch.
- Make the change; keep it compiling.
- Open a PR describing what you added and how to verify it.