metaskills / experts

Experts.js is the easiest way to create and deploy OpenAI's Assistants and link them together as Tools to create advanced Multi AI Agent Systems with expanded memory and attention to detail.
https://www.unremarkable.ai/experts/
MIT License
994 stars 56 forks source link

Global Constructor Pattern vs. Classes #16

Open metaskills opened 4 months ago

metaskills commented 4 months ago

Thanks @heymartinadams for the idea here in #15. The idea would be something like:

import { experts } from "experts";

const assistant = experts.assistant.create({
  instructions: "...",
  model: "gpt-4o",
});