Free Webinar: Making AI useful for Java developers in Real Applications with BoxLang!
Table of Contents Making AI Useful in Real ApplicationsWhat This Webinar Is AboutWhat You’ll LearnJoin the Ortus Community AI is everywhere right now, but for many development teams, the biggest question is no longer “What is AI?” it’s “How do ...
-
Intro to the BoxLang Formatter
Table of Contents Recommended Team Workflow You know the drill. Someone opens a PR and half the review comments are about tabs vs spaces, where braces go, or why that one function has its arguments formatted differently from everything else. …
-
Introducing bx-jwt: Enterprise-Grade JSON Web Tokens for BoxLang
Table of Contents The Fluent Builder — jwtNew()The BIF FunctionsHMAC Sign and VerifyRSA Sign and VerifyJWE Encryptionalg:none RejectionHMAC Minimum Key Lengths (RFC 7518 §3.2)Algorithm AllowlistClock Skew ToleranceAuthentication MiddlewareToken Refresh with Grace PeriodKid-Based Key RotationSigning (JWS)Encryption (JWE) JWT authentication is everywhere. …
-
Introducing skills.boxlang.io — The Open Agent Skills Ecosystem for BoxLang & the Ortus World
Table of Contents 🤔 The Problem: AI Knowledge Doesn’t Scale by Copy-Paste🎓 What Is a Skill?📥 Install in Seconds: Two Paths, One Standard⚡ Option 1 — npx skills (works everywhere)🥊 Option 2 — ColdBox CLI (deep BoxLang/ColdBox integration)🔷 Core Repositories …
-
BoxLang v1.13.0: Compatibility, Concurrency, and Formatter Maturity
Table of Contents New FeaturesCharacter-Aware Trimming — trim(), ltrim(), rtrim()getClassMetadata() by Absolute PathSystemExecute() Environment ControlsThe BoxLang Formatter Goes Production-ReadyAsync & Concurrency HardeningMiniServer: Security & ReliabilityCompatibility WinsChangelog Highlights BoxLang 1.13.0 is a stability-first release with deep compatibility work and runtime hardening. …
-
BoxLang AI Series: Complete Guide to Building AI Agents
Table of Contents Start Here: A Practical OverviewThe Full SeriesWhat You’ll LearnKey ResourcesWhy BoxLang AIReady to Start Building? The world of AI development is moving fast, but building real, production-ready AI agents doesn’t have to be complex. This series walks …
-
How to Develop AI Agents Using BoxLang AI: A Practical Guide
Table of Contents What we’ll CoverPrerequisitesStep 1 — Install BoxLangStep 2 — Install the bx-ai ModuleStep 3 — Set Up Your .env FileStep 4 — Configure config/boxlang.jsonStep 5 — Run Your First ScriptWhat Are AI Agents?What Is BoxLang AI?Core Concept …
-
BoxLang AI Deep Dive — Part 6 of 7: Memory Systems & RAG — Building AI That Remembers
Table of Contents 🧠 Two Categories of Memory📋 Standard Memory TypesSummary Memory — How It Actually Works🔍 Vector Memory TypesHybrid Memory — The Best of Both🏢 Per-Call Multi-Tenant Identity Routing📚 Document Loaders🔗 Building a Complete RAG PipelineStep 1: IngestStep 2: …
-
BoxLang AI Deep Dive — Part 4 of 7: Middleware — The Missing Layer in Every AI Framework 🧵
Table of Contents 🏗️ The Middleware Architecture🎯 AiMiddlewareResult — Typed Flow Control📝 LoggingMiddleware — Instant Observability🔁 RetryMiddleware — Resilience Without Boilerplate🛡️ GuardrailMiddleware — Defense in Depth🙋 HumanInTheLoopMiddleware — Keeping Humans in Control🎙️ FlightRecorderMiddleware — AI Testing Solved🔢 MaxToolCallsMiddleware — Runaway …
-
BoxLang AI Deep Dive — Part 3 of 7: Multi-Agent Orchestration — Building AI Teams That Work 🌲
Table of Contents 🌲 The Agent TreeCycle Detection Built-In🤖 Sub-Agents as Tools🏢 AiAgent is Now Fully Stateless🧠 Per-Call Identity Routing on Memory🏗️ The Agent Run Lifecycle🌊 Streaming with Multi-Agent Teams🔄 Suspend and Resume🔍 Introspection🚀 A Complete Multi-Agent ExampleWhat’s Next BoxLang …
-
BoxLang AI Deep Dive — Part 2 of 7: Building a Production-Grade AI Tool Ecosystem
Table of Contents 🏗️ The Tool Hierarchy🧱 BaseTool — The Abstract FoundationFluent Schema Description⚡ ClosureTool — Zero-Boilerplate Tool CreationTools Get the Full Chat Request🗄️ The Global AI Tool RegistryModule Namespacing@AITool Annotation ScanningTwo-Step Resolution🔧 Built-In Core Tools — now@bxai🔌 MCPTool — …