Releases: AnswerLayer/answerlayer-go
Releases · AnswerLayer/answerlayer-go
v0.1.0
Early Go SDK release for the AnswerLayer Inquiry API.
Highlights:
- Session management: create, get, list, and delete inquiry sessions.
- Asking questions with blocking Ask and streaming AskStream.
- Typed streaming events for reasoning, tool calls, SQL execution, answer deltas, references, and usage metadata.
- Interactive REPL example for multi-turn Inquiry API testing.
- Dependency-free implementation using the Go standard library.
- Focused tests for request construction, API errors, session listing, Ask, and streaming SSE parsing.
Status: v0.x early SDK. Ready for early Inquiry API integrations while the broader SDK surface and compatibility guarantees mature.