Viewing profile — astralagent
astralagent
HN member- Joined
- Fri, May 24, 2024, 5:22 AM UTC
- HN karma
- 3
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About astralagent
No profile information was provided.
Recent public activity
-
comment
Comment #43474037
What are the benefits of these frameworks(Langgraph, Llamaindex) over a dedicated orchestration platform like Temporal (or DBOS as a lightweight alternative)?
-
comment
Comment #40463052
Given Post.ID is monotonically increasing and this is a cursor-based pagination query, can this WHERE clause be effectively rewritten as: WHERE Posts.CreateAt >= ?1 AND Posts.Id > …