
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@wrtnlabs/connector-daum-blog
Advanced tools
By installing the package, you can use functions for `Daum blog`.
By installing the package, you can use functions for Daum blog.
install the packages related with @agentica/core
npm install @agentica/core @samchon/openapi typia
npx typia setup
install the @wrtnlabs/connector-daum-blog package.
npm install @wrtnlabs/connector-daum-blog
import { DaumBlogService } from "@wrtnlabs/connector-daum-blog";
async function main() {
const agent = new Agentica({
model: "chatgpt",
vendor: {
api: openai,
model: "gpt-4o-mini",
},
controllers: [
{
name: "Daum blog Connector",
protocol: "class",
application: typia.llm.application<DaumBlogService, "chatgpt">(),
execute: new DaumBlogService(),
},
],
});
await agent.conversate("What you can do?");
}
main().catch(console.error);
Define the LLM model to be used through new OpenAI() and create an agent to allow tool calls by injecting the OpenAI class into new Agentica(). And you can define the tool to use by entering Connector package(tool) in the controllers part of the creator. At this time, the protocol must be set to "class" and the methods of the class must be set to "class" so that the methods of the class can be executed through utterance with LLM. typia.llm.applicationOfValidate<DaumBlogService, "chatgpt">() converts the methods implemented in class in Typescript compilation time into openai function scheme.
FAQs
By installing the package, you can use functions for `Daum blog`.
The npm package @wrtnlabs/connector-daum-blog receives a total of 3 weekly downloads. As such, @wrtnlabs/connector-daum-blog popularity was classified as not popular.
We found that @wrtnlabs/connector-daum-blog demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.