Open Source

Projects

Open source tools and experiments from Ulife Labs.

Live

AgentBridge

Turn your API docs into AI agents with minimal code. A bridge between existing API infrastructure and AI agent capabilities.

Approach

Reduce the friction of building AI agents by leveraging what developers already have: API documentation.

Built With

TypeScript SDK with automatic OpenAPI/Swagger parsing, function generation, and agent tool binding.

doc2dataset

Transform Documents into LLM Fine-tuning Datasets. A Python package designed to convert various document formats into high-quality training data.

Approach

Moves beyond simple parsing by using LLMs to intelligently extract structured knowledge.

Built With

Python-based pipeline with multiple extraction types (Q&A, rules, facts) and smart chunking.

dyncontext

Dynamic Context Management for LLMs. Provides intelligent, dynamic context window management through a 'dynamic RAG' system.

Approach

Injects the most relevant knowledge into every LLM request instead of static history.

Built With

Hybrid search combining semantic, keyword, recency, and tag-based retrieval.