Skip to content

Commit 89bc7da

Browse files
authored
updated do to digitalocean (#275)
* Add Agentic Apps blog post with hero image * Update blog: DO -> DigitalOcean wording * Agentic Apps: add Agentic Strands sample link
1 parent ca02a3e commit 89bc7da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

blog/2025-08-22-agentic-apps.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Defang works seamlessly with leading agentic frameworks. Try them out with our r
4343
- [Autogen](https://github.com/DefangLabs/samples/tree/main/samples/agentic-autogen) - demo featuring Mistral AI + FastAPI, deployable with Defang’s OpenAI Access Gateway.
4444
- [CrewAI](https://docs.defang.io/blog/2025/06/16/crew-ai-sample) - sample app showing multi-agent orchestration in action.
4545
- [LangGraph](https://github.com/DefangLabs/samples/tree/main/samples/agentic-langgraph) - workflow sample that defines and controls multi-step agentic graphs with LangChain.
46+
- [Agentic Strands](https://github.com/DefangSamples/sample-agentic-strands-template/tree/main) - A Strands Agent application.
47+
4648

4749
More framework templates coming soon.
4850

@@ -57,7 +59,7 @@ Agentic apps need to be fast, secure, and ready to scale. Defang delivers cloud-
5759
3. Deploy to your cloud:
5860

5961
```bash
60-
defang compose up --provider=aws # or gcp, do
62+
defang compose up --provider=aws # or gcp, digitalocean
6163
```
6264

6365
It just works. No Terraform. No YAML explosion. No vendor lock-in.

0 commit comments

Comments
 (0)