Skip to content

Commit 1c3c931

Browse files
committed
docs(org): link typed AI tools blog and compile examples
Made-with: Cursor
1 parent 8ff1d6f commit 1c3c931

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

profile/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,17 @@ npx @effectorhq/create-effector my-skill # scaffold a new effector
3636
npx @effectorhq/skill-lint . # lint before you ship
3737
```
3838

39+
Quick read: https://github.com/effectorHQ/docs/blob/main/blog/typed-ai-agent-tools.md
40+
41+
End-to-end compile examples:
42+
- [MCP](https://github.com/effectorHQ/effector-core/tree/main/examples/compile-to-mcp)
43+
- [OpenAI Agents](https://github.com/effectorHQ/effector-core/tree/main/examples/compile-to-openai-agents)
44+
- [LangChain](https://github.com/effectorHQ/effector-core/tree/main/examples/compile-to-langchain)
45+
- [JSON IR](https://github.com/effectorHQ/effector-core/tree/main/examples/compile-to-json)
3946

4047
---
4148

4249
### The Effector Type System
43-
4450
> Our [analysis of 13,729 ClawHub skills](https://github.com/effectorHQ/clawhub-analysis) found a **67% agent failure rate**: driven by untyped interfaces, missing prerequisites, and permission mismatches.
4551
> This is the paradigm we're building: Effector = **the smallest capability unit** an agent can discover, inspect, run, compose, and carry across runtimes.
4652

0 commit comments

Comments
 (0)