Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
awtkns committed May 11, 2023
2 parents de40b57 + 4b0476a commit 2f5b361
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,7 @@ Name your own custom AI and have it embark on any goal imaginable.
It will attempt to reach the goal by thinking of tasks to do, executing them, and learning from the results 🚀.

## 🎉 Roadmap

This platform is currently in beta, we are currently working on:

- Long term memory via a vector DB 🧠
- Web browsing capabilities via LangChain 🌐
- Interaction with websites and people 👨‍👩‍👦
- Writing capabilities via a document API 📄
- Saving agent runs 💾
- Users and authentication 🔐
- Stripe integration for a lower limit paid version (So we can stop worrying about infra costs) 💵

More Coming soon...
This platform is currently in beta, a full list of completed and planed features can be found on our [public roadmap](https://docs.reworkd.ai/roadmap).

## 🚀 Tech Stack

Expand Down
8 changes: 4 additions & 4 deletions next/public/locales/it/common.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"ADDING_TASK": "Aggiunta attività",
"AGENTGPT_DOCUMENTATION": "Documentazione di AgentGPT",
"CLOSE": "Vicino",
"CLOSE": "Chiudi",
"CONTINUE": "Continua",
"COPIED_TO_CLIPBOARD": "Copiato negli appunti! 🚀",
"COPY": "Copia",
"CREATE_AN_AGENT_DESCRIPTION": "Crea un agente aggiungendo un nome/obiettivo e premendo Distribuisci!",
"CURRENT_TASKS": "Compiti attuali",
"EXECUTING": "Esecuzione",
"EXPORT": "Esportare",
"EXPORT": "Esporta",
"IMAGE": "Immagine",
"LOOP": "Ciclo continuo",
"PAUSED": "In pausa",
"RESET": "Ripristina",
"RUNNING": "Corsa",
"RUNNING": "In esecuzione",
"SAVE": "Salva",
"TO_LEARN_MORE_ABOUT_AGENTGPT": "Per ottenere maggiori informazioni su AgentGPT, la sua Roadmap, ecc., visita il seguente link",
"create-a-comprehensive-report-of-the-nike-company": "Creare un rapporto completo della società Nike",
Expand All @@ -22,5 +22,5 @@
"platformergpt": "Piattaforma GPT 🎮",
"researchgpt": "RicercaGPT 📜",
"travelgpt": "ViaggiGPT 🌴",
"web-search": "ricerca sul web"
"web-search": "Ricerca sul web"
}
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ NEXTAUTH_SECRET=$(openssl rand -base64 32)
ENV="NODE_ENV=development\n\
NEXTAUTH_SECRET=$NEXTAUTH_SECRET\n\
NEXTAUTH_URL=http://localhost:3000\n\
NEXT_PUBLIC_BACKEND_URL=http://localhost:3000\n\
OPENAI_API_KEY=$OPENAI_API_KEY\n\
DATABASE_URL=file:../db/db.sqlite\n"

Expand Down

0 comments on commit 2f5b361

Please sign in to comment.