Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DOTENV_PUBLIC_KEY="029d61f20a8eaea8408a13bbf839e49070c068250188f082812aacb5cc7ea3446f"

OPENAI_API_KEY=encrypted:BAa/9uNsQHuHSnB+O1ETT4NmqJLrDSgVZZuI4el3qU8my5J1FTWRHD+fp+jn+vR4RzOq3QroOIv8NAhJLZao2HPgLFtlEKjPCLt/o0jtwvGAI/bBCLSuQzQDLPQpIReUxWJ+AqHmbnU7wP887dT8jCJ+73+EHPRlgS6df2hzoRGfSyhMKNQNIYSYBKVAUfWei3sFX8o4/b3QvNZ0LKL0aYFztzFyNoBVpkOCXXEbS2V62PuhiYyLQl9FtRglbGu6UDMnr2X6hCd690kKxEg8sDawGgEMDBhSLxH3B9rk9hSAttmGojIw7BtQs0XLa3AFRuoEDCfT1bcl3tIOp5nJGCxjpJtP9bIi
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Have [`git`](https://git-scm.com/) installed.
- Have [`docker`](https://docker.com/) installed.
- Have [`node`](https://nodejs.org/) & [`pnpm`](https://pnpm.io/) installed.
- Have a [manual](https://docs.automa.app/agents/types#manual) bot in either [Automa](https://automa.app) (Cloud or Self-hosted) or in [automa/monorepo](https://github.com/automa/monorepo) local setup.
- Have a [manual](https://docs.automa.app/bots/types#manual) bot in either [Automa](https://automa.app) (Cloud or Self-hosted) or in [automa/monorepo](https://github.com/automa/monorepo) local setup.

## Setup environment variables

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# codex

This is an [AI](https://docs.automa.app/agents/types#ai) & [manual](https://docs.automa.app/agents/types#manual) bot for [**Automa**](https://automa.app) that uses [OpenAI's Codex](https://github.com/openai/codex) tool to work on tasks.
This is an [AI](https://docs.automa.app/bots/types#ai) & [manual](https://docs.automa.app/bots/types#manual) [agent](https://docs.automa.app/bots/types#agent) for [**Automa**](https://automa.app) that uses [OpenAI's Codex](https://github.com/openai/codex) tool to work on tasks.

#### Features

Expand All @@ -13,7 +13,7 @@ This is an [AI](https://docs.automa.app/agents/types#ai) & [manual](https://docs

### Self-Hosting

This bot can be self-hosted. You can either follow our more detailed [guide](https://docs.automa.app/self-hosting/agents/codex) or follow these steps to get it running.
This agent can be self-hosted. You can either follow our more detailed [guide](https://docs.automa.app/self-hosting/agents/codex) or follow these steps to get it running.

#### Prerequisites

Expand All @@ -23,9 +23,9 @@ This bot can be self-hosted. You can either follow our more detailed [guide](htt

- Have [`redis`](https://github.com/redis/redis) or any redis compatible memory store running.

#### Automa agent
#### Automa bot

[Create an agent](https://docs.automa.app/agent-development/create-agent) of [manual](https://docs.automa.app/agents/types#manual) type on [Automa](https://automa.app) (Cloud or Self-hosted) and point its webhook to your planned server (e.g., `http://your-server-ip:8000/hooks/automa`). Copy the **webhook secret** after it is created.
[Create a bot](https://docs.automa.app/bot-development/create-bot) of [manual](https://docs.automa.app/bots/types#manual) type on [Automa](https://automa.app) (Cloud or Self-hosted) and point its webhook to your planned server (e.g., `http://your-server-ip:8000/hooks/automa`). Copy the **webhook secret** after it is created.

#### Starting the server

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"main": "build/index.js",
"dependencies": {
"@automa/bot": "~0.2.8",
"@automa/bot": "~0.3.0",
"@fastify/autoload": "~5.7.1",
"@fastify/helmet": "~11.1.1",
"@fastify/sensible": "~5.2.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading