In today's fast-paced digital landscape, businesses are constantly seeking ways to innovate, automate, and deliver value faster. The key to unlocking this potential often lies in seamless integration and the ability to leverage intelligent automation. Enter the .do Software Development Kit (SDK) – a powerful tool designed to help developers and businesses alike achieve these goals.
At its core, the .do SDK empowers you to integrate Agentic Workflows into Your Applications Seamlessly. What does this mean for your business? It means the ability to imbue your applications with intelligent, automated behaviors, transforming static software into dynamic, responsive tools that can handle complex tasks with ease.
(For Developers: Get Started Instantly!)
The .do SDK is designed with developers in mind. Here's a quick look at how intuitively you can begin:
import { Agent } from "@dot-do/sdk";
const agent = new Agent("your-api-key");
async function summarizeText(text: string) {
const response = await agent.do("summarize", { text });
console.log(response.data);
}
summarizeText("Your long text here...");
This simple TypeScript example demonstrates how you can call a .do workflow (like "summarize") directly from your application, processing data and receiving results with minimal effort.
The .do SDK isn't just another library; it's a gateway to unlocking the power of .do Agentic Workflows. Think of agentic workflows as self-contained, intelligent units that can perform specific tasks, integrate with various services, and even make decisions based on defined logic – all powered by AI and automation.
With the SDK, you can easily:
All this is achievable with simple API calls, making advanced integration accessible to a wider range of developers and projects.
The benefits of leveraging the .do SDK extend far beyond just technical convenience:
Q: What is the @dot-do/sdk?
A: The @dot-do/sdk is a Software Development Kit that allows you to easily integrate and interact with .do Agentic Workflows directly within your applications using simple APIs and SDKs.
Q: How do I install the SDK?
A: You can install the SDK using popular package managers like npm or yarn:
npm install @dot-do/sdk or yarn add @dot-do/sdk
Q: How do I use the SDK to interact with .do workflows?
A: The core of the SDK is the Agent class, which allows you to call .do workflows by name and pass in necessary parameters. The SDK handles the communication and returns the results from the workflow.
Q: Can I use the SDK in both backend and frontend applications?
A: Yes, the SDK is designed to be used in both backend (Node.js) and frontend (browser) environments.
The .do SDK is more than just a developer tool; it's a strategic asset for businesses looking to accelerate innovation, enhance efficiency, and build smarter applications. By bridging the gap between traditional software development and intelligent, agentic workflows, sdk.do empowers you to deliver services-as-software and stay ahead in the evolving digital landscape.
Are you ready to transform your applications and unlock new possibilities? Explore the power of the .do SDK today!