Skip to content

Commit ee8386c

Browse files
committed
*
1 parent 3b8e8f6 commit ee8386c

File tree

2 files changed

+31
-29
lines changed

2 files changed

+31
-29
lines changed

.trunk/trunk.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ runtimes:
1717
1818

1919
lint:
20+
disabled:
21+
- vale
2022
enabled:
2123
2224
23-
2425
2526
2627
- git-diff-check

threads.mdx

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description:
66
deploy to production-ready code"
77
---
88

9-
**Threads is where ideas become agents.** It's a conversational interface that
9+
**Threads is where ideas become agents.** it's a conversational interface that
1010
lets you build, train, and refine AI agents through natural language—no coding
1111
required. When you're ready, deploy your agent as production-ready code.
1212

@@ -28,7 +28,7 @@ Most AI agent development follows a painful pattern:
2828
**Threads eliminates this translation loss.** Domain experts work directly with
2929
agents, training them through conversation, seeing immediate results, and
3030
iterating in real-time. When ready, **eject to code** exports your trained agent
31-
as a complete Modus application.
31+
as a complete Modus app.
3232

3333
```text
3434
Traditional: Idea → Requirements → Code → Deploy → Test → Repeat
@@ -67,7 +67,7 @@ Everything you build in Threads can be **exported as real software**:
6767
- Your agent's personality and instructions
6868
- The tools it has access to
6969
- Its conversation patterns and responses
70-
- Complete Modus applications through **eject to code**
70+
- Complete Modus apps through **eject to code**
7171

7272
## Connections
7373

@@ -89,7 +89,7 @@ tools:
8989
- **Notion** for documentation and knowledge management
9090
- **Exa** for enhanced web search capabilities
9191

92-
### Model Context Protocol (MCP) support
92+
### Model context protocol support
9393

9494
Hypermode fully supports the **Model Context Protocol**, an open standard for
9595
secure, structured tool integration. Your agents can connect to any
@@ -101,7 +101,7 @@ internal tools.
101101
Through **Pipedream Connect**, your agents gain instant access to over **2000
102102
pre-built integrations** across the software ecosystem. This includes:
103103

104-
- CRM platforms like Salesforce and HubSpot
104+
- Customer relationship management platforms like Salesforce and HubSpot
105105
- Marketing tools like Mailchimp and Google Analytics
106106
- Communication platforms such as Discord and Microsoft Teams
107107
- E-commerce solutions like Shopify and Stripe
@@ -247,14 +247,14 @@ instruction.
247247
detection to ticket creation, saving hours of manual work while ensuring nothing
248248
falls through the cracks.
249249

250-
## Eject to Code: From Conversation to Deployable Software
250+
## Eject to code: from conversation to deployable software
251251

252252
Your Code Review Agent works perfectly in Threads—automatically hosted and
253253
maintained. But if you want to hand it off to your development team or integrate
254254
it into larger systems, **eject to code** lets you export everything you built
255-
through natural language as a complete Modus application.
255+
through natural language as a complete Modus app.
256256

257-
### From Threads to Modus Code
257+
### From threads to Modus code
258258

259259
Remember your Code Review Agent that analyzes pull requests and creates Linear
260260
tickets? Here's what that conversation becomes when exported:
@@ -301,9 +301,9 @@ func ReviewPullRequest(agentId string, prData string) (string, error) {
301301
}
302302
```
303303

304-
### The Power of Eject to Code
304+
### The power of eject to code
305305

306-
#### **From Conversation to Real Software**
306+
#### **From conversation to real software**
307307

308308
**What you built in Threads:**
309309

@@ -318,9 +318,9 @@ func ReviewPullRequest(agentId string, prData string) (string, error) {
318318
- Tool integrations (GitHub, Linear) configured and functional
319319
- GraphQL API ready for deployment
320320

321-
#### **Built on Open Source Modus**
321+
#### **Built on open source Modus**
322322

323-
Your exported agent runs on **Modus**, Hypermode's open-source agent runtime:
323+
Your exported agent runs on **Modus**, Hypermode's open source agent runtime:
324324

325325
```bash
326326
# Your agent becomes a standard Modus app
@@ -337,7 +337,7 @@ modus deploy # Production deployment
337337
- **Standard DevOps**: CI/CD, testing, monitoring work normally
338338
- **Full transparency**: Complete visibility into agent behavior
339339

340-
#### **Enterprise-Grade Architecture**
340+
#### **Enterprise-grade architecture**
341341

342342
The exported code isn't a prototype—it's enterprise-grade software:
343343

@@ -347,25 +347,25 @@ The exported code isn't a prototype—it's enterprise-grade software:
347347
- **Observability**: Built-in logging, tracing, and debugging
348348
- **Security**: Tool access scoped to agent roles
349349

350-
#### **Developer-Friendly Handoff**
350+
#### **Developer-friendly handoff**
351351

352352
Platform teams get real software they can audit and extend while preserving all
353353
the natural language training from Threads.
354354

355-
### Ready to Build Sophisticated Agents?
355+
### Ready to build sophisticated agents?
356356

357-
**This is just the beginning.** The pseudo-code above shows the concept, but
358-
Modus provides a complete framework for building sophisticated, stateful agents
359-
that scale.
357+
**This is just the beginning.** The pseudo-code shown here demonstrates the
358+
concept, but Modus provides a complete framework for building sophisticated,
359+
stateful agents that scale.
360360

361361
**Your agent works perfectly in Threads.** For many use cases, keeping your
362362
agent hosted automatically in Threads is ideal—it handles deployment, scaling,
363363
and maintenance for you.
364364

365365
**Ready for more control?** If you're looking to hand off to other engineers,
366366
integrate with existing systems, or build coordinated multi-agent workflows, you
367-
can eject to code and get a complete Modus application that your development
368-
team can own, extend, and deploy anywhere.
367+
can eject to code and get a complete Modus app that your development team can
368+
own, extend, and deploy anywhere.
369369

370370
**Learn more about building agents with Modus:** For complete documentation on
371371
agent development, tool integration, and deployment, visit our
@@ -431,7 +431,7 @@ Agent: *Agent is now deployed and ready for your sales team to use*
431431
- **Deal prioritization** based on your criteria for pipeline review
432432
- **Follow-up suggestions** with draft messages for outreach
433433

434-
**Business impact**: A marketing agency reduced pipeline review time from 2
434+
**Business impact**: a marketing agency reduced pipeline review time from 2
435435
hours to 15 minutes and improved follow-up consistency with their agent's
436436
pipeline analysis.
437437

@@ -481,14 +481,14 @@ Agent: *Agent is now deployed and ready for your support team to use*
481481

482482
**Current capabilities**:
483483

484-
- **Email analysis** for inbox review and categorization
484+
- **email analysis** for inbox review and categorization
485485
- **Ticket prioritization** based on your criteria for support queue analysis
486486
- **Response drafting** for common issues and customer communication
487487
- **Escalation identification** for issues that need team attention
488488
- **Customer sentiment analysis** to check satisfaction levels
489489
- **Knowledge base suggestions** for relevant help articles
490490

491-
**Business impact**: A SaaS company reduced support triage time from 2 hours to
491+
**Business impact**: a SaaS company reduced support triage time from 2 hours to
492492
20 minutes with their agent's daily support request analysis and categorization.
493493

494494
### Marketing insights agent
@@ -545,11 +545,11 @@ Agent: *Agent is now deployed and ready for your team to use for marketing analy
545545
- **Optimization recommendations** based on data analysis for campaign
546546
improvements
547547
- **Audience segmentation analysis** to understand engagement patterns
548-
- **ROI calculations** to measure campaign effectiveness
548+
- **Return on investment calculations** to measure campaign effectiveness
549549

550-
**Business impact**: An e-commerce brand improved campaign ROI by 60% and
551-
reduced campaign analysis time from 4 hours to 30 minutes with their agent's
552-
weekly performance reviews.
550+
**Business impact**: an e-commerce brand improved campaign return on investment
551+
by 60% and reduced campaign analysis time from 4 hours to 30 minutes with their
552+
agent's weekly performance reviews.
553553

554554
## Advanced patterns
555555

@@ -598,7 +598,8 @@ Agent: "I'll update my review criteria to include performance analysis
598598

599599
Threads works with **multiple models** through Hypermode's Model Router:
600600

601-
- **GPT-4.1**: Latest OpenAI model for complex reasoning and code analysis
601+
- **Generative Pre-trained Transformer 4.1**: Latest OpenAI model for complex
602+
reasoning and code analysis
602603
- **Claude 4**: Anthropic's advanced model for writing and analysis tasks
603604
- **Gemini**: Google's model for multi-modal tasks and data processing
604605
- **O1/O3**: OpenAI's reasoning models for complex problem-solving

0 commit comments

Comments
 (0)