chainyo / staff-ai

Be the CEO of your own AI workforce, efficiently managing countless intelligent agents with minimal resources.

Home Page:https://hexdocs.pm/staff_ai/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

staff

Package Version Hex Docs

gleam add staff_ai
import staff_ai.{Agent, create_agent}

pub fn main() {
  let agent: Agent =
    create_agent(
      "John Doe",
      "AI researcher",
      Some(
        "John is an AI researcher who is passionate about building AI agents that can accomplish tasks for people. He has a PhD in AI an has been working in the field for over 10 years. He is excited to be a part of the Staff-AI team.",
      ),
    )
  io.debug(agent)
}

Further documentation can be found at https://hexdocs.pm/staff_ai.

Development

gleam run   # Run the project
gleam test  # Run the tests
gleam shell # Run an Erlang shell

About

Be the CEO of your own AI workforce, efficiently managing countless intelligent agents with minimal resources.

https://hexdocs.pm/staff_ai/index.html


Languages

Language:Gleam 100.0%