You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Idiomatic Python client for the hawk daemon HTTP API. Provides both sync and async clients, SSE streaming, a tool decorator, agent abstraction, and workflow builder. Uses httpx for HTTP transport and Pydantic for response models.
fromhawkimportAgentagent=Agent(base_url="http://localhost:4590")
resp1=agent.chat("refactor this function")
resp2=agent.chat("now add type hints") # continues same session