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
Copy file name to clipboardExpand all lines: docs/AI.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,17 @@ Read the [usage Shuffle Docs here](https://github.com/Shuffle/openapi-apps/blob/
12
12
Website: [https://singul.io](https://singul.io)
13
13
14
14
## AI Agents
15
-
Agents are a way to have an AI model interact with the world. In Shuffle, this means using tools (playbooks) to perform actions. We intend to provide controllable, deterministic Agents that can be used to perform tasks.
15
+
Agents are a way to have an AI model interact with the world. In Shuffle, this means using tools (playbooks) to perform actions. We intend to provide controllable, deterministic Agents that can be used to perform tasks.
16
16
17
-
**This is in Beta and is not generally available yet.**
They can additionally talk to each other and be published for third party use.
24
+
25
+
**This is in private Beta and is not generally available yet. If you would like to try it, please reach out to [email protected] and ask about AI Agents.**
18
26
19
27
## Workflow Generation
20
28
AI Workflow generation is a great starting point.
@@ -29,7 +37,9 @@ AI Workflow generation is a great starting point.
29
37
30
38
## Self-Hosting models
31
39
32
-
For the open-source version, you need to provide details about your self-hosted AI model.
40
+
For the open-source version, you need to provide details about your self-hosted AI model. If you haven't done this before, we recommend looking into [Ollama with the OpenAI gpt-oss model](https://ollama.com/blog/gpt-oss).
0 commit comments