2025-02-27 19:38:21 +01:00
2025-02-26 22:51:29 +01:00
2025-02-26 22:37:48 +01:00
2025-02-25 23:17:28 +01:00
2025-02-26 22:51:29 +01:00
2025-02-26 22:51:29 +01:00
2024-04-12 16:18:45 +02:00
2025-02-26 22:37:48 +01:00
2024-12-17 19:53:43 +01:00
2025-02-05 19:57:25 +01:00
2025-02-27 19:38:21 +01:00
2025-02-26 22:51:29 +01:00
wip
2025-02-23 19:43:22 +01:00
2025-02-26 22:51:29 +01:00
2025-02-26 22:51:29 +01:00
2025-02-26 23:10:39 +01:00
2025-02-05 19:57:25 +01:00

b644008916041

Check also:

Connectors

Github (issues)

Create an user and a PAT token:

{
	"token": "PAT_TOKEN",
    "repository": "testrepo",
    "owner": "ci-forks",
    "botUserName": "localai-bot"
}

Discord

Follow the steps in: https://discordpy.readthedocs.io/en/stable/discord.html to create a discord bot.

The token of the bot is in the "Bot" tab. Also enable " Message Content Intent " in the Bot tab!

{
"token": "Bot DISCORDTOKENHERE",
"defaultChannel": "OPTIONALCHANNELINT"
}

Slack

See slack.yaml

  • Create a new App from a manifest (copy-paste from slack.yaml)
  • Create Oauth token bot token from "OAuth & Permissions" -> "OAuth Tokens for Your Workspace"
  • Create App level token (from "Basic Information" -> "App-Level Tokens" ( scope connections:writeRoute authorizations:read ))

In the UI, when configuring the connector:

{
"botToken": "xoxb-...",
"appToken": "xapp-1-..."
}

Telegram

Ask a token to @botfather

In the UI, when configuring the connector:

{ "token": "botfathertoken" }
Description
LocalAGI is a powerful, self-hostable AI Agent platform designed for maximum privacy and flexibility. A complete drop-in replacement for OpenAI's Responses APIs with advanced agentic capabilities. No clouds. No data leaks. Just pure local AI that works on consumer-grade hardware (CPU and GPU).
Readme MIT 7.1 MiB
Languages
Go 60.2%
JavaScript 19.6%
HTML 13.3%
CSS 6.7%
Makefile 0.1%