motia 0.10.0-beta.153 → 0.11.0-beta.154

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  [![Twitter Follow](https://img.shields.io/badge/Follow-@motiadev-1DA1F2?style=flat&logo=twitter&logoColor=white&labelColor=000000)](https://twitter.com/motiadev)
7
7
  [![Discord](https://img.shields.io/discord/1322278831184281721?style=flat&logo=discord&logoColor=white&color=5865F2&label=Discord&labelColor=000000)](https://discord.gg/motia)
8
8
 
9
- **🔥 A Modern Unified Backend Framework for APIs, background jobs, workflows, and Agents 🔥**
9
+ **🔥 Build production-grade backends with a single primitive 🔥**
10
10
 
11
11
  [💡 Motia Manifesto](https://www.motia.dev/manifesto) •
12
12
  [🚀 Quick Start](https://www.motia.dev/docs/getting-started/quick-start) •
@@ -17,9 +17,13 @@
17
17
 
18
18
  ## 🎯 What is Motia?
19
19
 
20
- Motia is a **modern backend framework** that unifies APIs, background jobs, workflows, and AI agents into a single cohesive system. Eliminate runtime complexity and build unified backends where **JavaScript, TypeScript, Python, etc**, work together in event-driven workflows, with built-in state management, observability, and one-click deployments.
20
+ Modern backends shouldn't require juggling frameworks, queues, and services. Motia unifies everything: API endpoints, background jobs, durable workflows, AI agents, streaming, and observability into one runtime with a single core primitive.
21
21
 
22
- Motia brings cohesion to the fragmented backend world with our core primitive: the **Step**.
22
+ **Motia** is your production-grade backend system that combines:
23
+ - APIs, background jobs, queues, durable workflows, AI agents
24
+ - Built-in state management, streaming, and observability
25
+ - Multi-language support (JavaScript, TypeScript, Python, etc.)
26
+ - All unified around one core primitive: the **Step**
23
27
 
24
28
  ![Motia combines APIs, background queues, and AI agents into one system](https://github.com/MotiaDev/motia/raw/main/assets/github-readme-banner.gif)
25
29
 
@@ -26,7 +26,7 @@ const installRequiredDependencies = async (packageManager, rootDir, context) =>
26
26
  yarn: 'yarn add',
27
27
  pnpm: 'pnpm add',
28
28
  }[packageManager];
29
- const dependencies = [`motia@${version_1.version}`, 'zod@3.24.4', ...plugin_dependencies_1.pluginDependencies.map((dep) => `${dep}@${version_1.version}`)].join(' ');
29
+ const dependencies = [`motia@${version_1.version}`, 'zod@4.1.12', ...plugin_dependencies_1.pluginDependencies.map((dep) => `${dep}@${version_1.version}`)].join(' ');
30
30
  const devDependencies = ['ts-node@10.9.2', 'typescript@5.7.3', '@types/react@19.1.1'].join(' ');
31
31
  try {
32
32
  await (0, execute_command_1.executeCommand)(`${installCommand} ${dependencies}`, rootDir);
@@ -9,10 +9,10 @@ export const steps: TutorialStep[] = [
9
9
  },
10
10
  description: () => (
11
11
  <p>
12
- Motia is an all-in-one framework for modern backend systems. Out of the box support for API endpoints,
13
- background jobs, scheduled tasks and agentic workflow orchestration through a unified runtime. Thanks to its
14
- event driven architecture you can run tasks in parallel, stream data to clients, or allow for seamless
15
- orchestration of flows.
12
+ Build production-grade backends with a single primitive. Motia unifies APIs, background jobs, queues,
13
+ workflows, and AI agents in one system with built-in state management, streaming, and observability.
14
+ Thanks to its event-driven architecture you can run tasks in parallel, stream data to clients,
15
+ and orchestrate complex flows seamlessly.
16
16
  <br />
17
17
  <br />
18
18
  Let's start with <b>Workbench</b>, it is a development tool provided by Motia's ecosystem, from here you'll be
@@ -9,10 +9,10 @@ export const steps: TutorialStep[] = [
9
9
  },
10
10
  description: () => (
11
11
  <p>
12
- Motia is an all-in-one framework for modern backend systems. Out of the box support for API endpoints,
13
- background jobs, scheduled tasks and agentic workflow orchestration through a unified runtime. Thanks to its
14
- event driven architecture you can run tasks in parallel, stream data to clients, or allow for seamless
15
- orchestration of flows.
12
+ Build production-grade backends with a single primitive. Motia unifies APIs, background jobs, queues,
13
+ workflows, and AI agents in one system with built-in state management, streaming, and observability.
14
+ Thanks to its event-driven architecture you can run tasks in parallel, stream data to clients,
15
+ and orchestrate complex flows seamlessly.
16
16
  <br />
17
17
  <br />
18
18
  Let's start with <b>Workbench</b>, it is a development tool provided by Motia's ecosystem, from here you'll be
@@ -20,7 +20,7 @@ const installRequiredDependencies = async (packageManager, rootDir, context) =>
20
20
  yarn: 'yarn add',
21
21
  pnpm: 'pnpm add',
22
22
  }[packageManager];
23
- const dependencies = [`motia@${version}`, 'zod@3.24.4', ...pluginDependencies.map((dep) => `${dep}@${version}`)].join(' ');
23
+ const dependencies = [`motia@${version}`, 'zod@4.1.12', ...pluginDependencies.map((dep) => `${dep}@${version}`)].join(' ');
24
24
  const devDependencies = ['ts-node@10.9.2', 'typescript@5.7.3', '@types/react@19.1.1'].join(' ');
25
25
  try {
26
26
  await executeCommand(`${installCommand} ${dependencies}`, rootDir);
@@ -9,10 +9,10 @@ export const steps: TutorialStep[] = [
9
9
  },
10
10
  description: () => (
11
11
  <p>
12
- Motia is an all-in-one framework for modern backend systems. Out of the box support for API endpoints,
13
- background jobs, scheduled tasks and agentic workflow orchestration through a unified runtime. Thanks to its
14
- event driven architecture you can run tasks in parallel, stream data to clients, or allow for seamless
15
- orchestration of flows.
12
+ Build production-grade backends with a single primitive. Motia unifies APIs, background jobs, queues,
13
+ workflows, and AI agents in one system with built-in state management, streaming, and observability.
14
+ Thanks to its event-driven architecture you can run tasks in parallel, stream data to clients,
15
+ and orchestrate complex flows seamlessly.
16
16
  <br />
17
17
  <br />
18
18
  Let's start with <b>Workbench</b>, it is a development tool provided by Motia's ecosystem, from here you'll be
@@ -9,10 +9,10 @@ export const steps: TutorialStep[] = [
9
9
  },
10
10
  description: () => (
11
11
  <p>
12
- Motia is an all-in-one framework for modern backend systems. Out of the box support for API endpoints,
13
- background jobs, scheduled tasks and agentic workflow orchestration through a unified runtime. Thanks to its
14
- event driven architecture you can run tasks in parallel, stream data to clients, or allow for seamless
15
- orchestration of flows.
12
+ Build production-grade backends with a single primitive. Motia unifies APIs, background jobs, queues,
13
+ workflows, and AI agents in one system with built-in state management, streaming, and observability.
14
+ Thanks to its event-driven architecture you can run tasks in parallel, stream data to clients,
15
+ and orchestrate complex flows seamlessly.
16
16
  <br />
17
17
  <br />
18
18
  Let's start with <b>Workbench</b>, it is a development tool provided by Motia's ecosystem, from here you'll be
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "motia",
3
- "description": "A Modern Unified Backend Framework for APIs, Events and Agents",
4
- "version": "0.10.0-beta.153",
3
+ "description": "Build production-grade backends with a single primitive. APIs, background jobs, Queues, Workflows, and AI agents - unified in one system with built-in State management, Streaming, and Observability.",
4
+ "version": "0.11.0-beta.154",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -46,9 +46,9 @@
46
46
  "python-ast": "^0.1.0",
47
47
  "table": "^6.9.0",
48
48
  "ts-node": "^10.9.2",
49
- "@motiadev/core": "0.10.0-beta.153",
50
- "@motiadev/stream-client-node": "0.10.0-beta.153",
51
- "@motiadev/workbench": "0.10.0-beta.153"
49
+ "@motiadev/core": "0.11.0-beta.154",
50
+ "@motiadev/workbench": "0.11.0-beta.154",
51
+ "@motiadev/stream-client-node": "0.11.0-beta.154"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@amplitude/analytics-types": "^2.9.2",