l1m is the easiest way to get structured data from unstructured text or images using LLMs. No prompt engineering, no chat history, just a simple API to extract structured json from text or images.
β‘οΈ Release 2025-02-26
This release includes several new demo implementations, infrastructure improvements, and SDK updates. Notable additions include new demos for quote systems and contextual ticket tagging, along with significant changes to queue workload handling and system logging configurations.
π
οΏ½οΏ½ Changes:
- bugfix: Disabled HyperDX log collection in observability system
- feature: Added new quote system demo with complete setup and documentation
- feature: Implemented separate queue workloads with core functionality improvements
- feature: Added contextual ticket tagging demo with single-step and multi-step implementations
- sdk-release: Updated Node.js SDK to version 0.30.109
β‘οΈ Release 2025-02-22
This release includes significant improvements to workflow functionality, error handling, and UI enhancements. Notable additions include a new changelog generator demo and various fixes for workflow tool management and status display.
π
π Changes:
- bugfix: Enhanced workflow status visualization by displaying job rejections as failures in the UI
- bugfix: Added support for snake_cased workflow names in the system
- bugfix: Improved workflow tool listing functionality and exact name matching
- bugfix: Enhanced error messaging for invalid resultSchema configurations
- feature: Added a changelog generator demo with implementation files including Git tools, workflows, and utilities
- sdk-release: Node SDK version updated to 0.30.108
β‘οΈ Release 2025-02-17
Major improvements to workflow management functionality including manual triggers, timeout handling, and configuration options. Multiple SDK updates and UI enhancements for better user experience.
π
π Changes:
- bugfix: Major refactoring of workflow execution handling with improved filtering and status management
- bugfix: Simplified error handling in Inferable API error class for more flexible error response parsing
- feature: Added Manual Workflow trigger UI functionality with frontend and routing updates
- feature: Added workflow timeout events visualization in the UI
- feature: Implemented tool configuration support during workflow registration
- sdk-release: Node SDK version updated to 0.30.107
The AI Agent directory keeps on growing! We now have curated 80 AI Agents and counting ππ
Featuring today @inferablehq. They build reliable, distributed AI agents that work directly with your existing codebase and internal tools.
lfg!!
#aiagents#ai
By popular demand, we're also launching pgchat as a single executable!
npx pgchat postgresql://user:pass@host:5432/db
π is all you need to chat with your postgres.
PostgreSQL's SELECT FOR UPDATE SKIP LOCKED is the secret sauce for efficient distributed job processing. Instead of workers blocking each other, they smoothly grab different jobs and process in parallel.
Real-world validation: Major job queues like Solid Queue and PG Boss use SKIP LOCKED. At Inferable, we use it to distribute thousands of jobs across hundreds of machines without contention. Just use postgres.