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
@@ -13,7 +13,7 @@ The managed LLM-engineering platform for production-ready AI applications.
13
13
14
14
## What is Inferable?
15
15
16
-
Inferable is a fully managed platform that handles state, reliability, and orchestration of custom LLM-based applications. It's developer-first and API-driven, providing production-ready LLM primitives for building sophisticated LLM-based applications.
16
+
Inferable is a managed durable execution runtime for creating AI workflows with humans in the loop. Create structured outputs from any LLM, ask humans for approval via Slack or Email, with versioned, long-running workflows for backwards compatibility.
### 🏗️ Structured Outputs with automatic parsing, validation, and retries
57
-
58
-
Inferable automatically parses and validates structured outputs, and retries failed executions. See [Structured Outputs](https://docs.inferable.ai/pages/structured-outputs).
Inferable allows you to integrate human approval and intervention with full context preservation. See [Human-in-the-Loop](https://docs.inferable.ai/pages/human-in-the-loop).
### 🏗️ Structured Outputs with automatic parsing, validation, and retries
100
82
101
-
Inferable agents can use tools to achieve pre-defined goals. See [Agents](https://docs.inferable.ai/pages/agents).
83
+
Inferable automatically parses and validates structured outputs, and retries failed executions. See [Structured Outputs](https://docs.inferable.ai/pages/structured-outputs).
102
84
103
85
```typescript
104
-
const agentInstructions =`
105
-
Evaluate the provided support ticket body and extract the user from the database.
106
-
107
-
When searching for users, if you don't get specific results, try to search with a more general term with sub strings with unique nouns.
108
-
For example, "John Smith": searchUser("John Smith"), searchUser("John"), searchUser("Smith"), etc.
0 commit comments