|
| 1 | +REACT_APP_ENV=callsbot |
| 2 | +REACT_APP_SERVICES_URL=https://api-dev.l3vels.xyz |
| 3 | +REACT_APP_ACCOUNT_SERVICES_URL=https://api-dev.l3vels.xyz |
| 4 | +REACT_APP_PR_SERVICES_URL=https://api-pr-dev.l3agi.com |
| 5 | +REACT_APP_PR_SERVICES_WS_URL=wss://api-pr-dev.l3agi.com |
| 6 | + |
| 7 | +REACT_APP_MAIN_API_DOCS=https://api-dev.l3vels.xyz/docs |
| 8 | +REACT_APP_PR_API_DOCS=https://api-pr-dev.l3agi.com/docs |
| 9 | + |
| 10 | +REACT_APP_DOMAIN_NAME=https://dev.l3agi.com |
| 11 | + |
| 12 | +REACT_APP_SENTRY_DNS= |
| 13 | +REACT_APP_SENTRY_WEBPACK_AUTH_TOKEN= |
| 14 | + |
| 15 | +REACT_APP_DISCORD_LINK=https://discord.gg/FcVZKcaRCV |
| 16 | +REACT_APP_GITHUB_LINK=https://github.com/l3vels/L3AGI |
| 17 | +REACT_APP_TWITTER_LINK=https://twitter.com/l3velshq |
| 18 | +REACT_APP_YOUTUBE_LINK=https://www.youtube.com/@L3AGI |
| 19 | + |
| 20 | +REACT_APP_YOUTUBE_VIDEO_ID=R2hYNONKwKI |
| 21 | +REACT_APP_YOUTUBE_VIDEO_DATA_SOURCE_ID=Fza4gHP_M3o |
| 22 | + |
| 23 | +REACT_APP_TERMS_LINK=https://github.com/l3vels/L3AGI/blob/main/docs/terms.md |
| 24 | +REACT_APP_PRIVACY=https://github.com/l3vels/L3AGI/blob/main/docs/privacy.md |
| 25 | +REACT_APP_BASICS_LINK=https://github.com/l3vels/L3AGI/blob/main/docs/basic.md |
| 26 | +REACT_APP_AGENTS_LINK=https://github.com/l3vels/L3AGI/blob/main/docs/agent.md |
| 27 | +REACT_APP_API_KEYS_LINK=https://github.com/l3vels/L3AGI/blob/main/docs/apiKeys.md |
| 28 | +REACT_APP_DATASOURCES_LINK=https://github.com/l3vels/L3AGI/blob/main/docs/datasource.md |
| 29 | +REACT_APP_TOOLS_LINK=https://github.com/l3vels/L3AGI/blob/main/docs/toolkit.md |
| 30 | + |
| 31 | +REACT_APP_PLAN_AND_EXECUTE_LINK=https://github.com/l3vels/L3AGI/blob/main/docs/team.md#types-of-teams |
| 32 | +REACT_APP_AUTHORITARIAN_SPEAKER_LINK=https://github.com/l3vels/L3AGI/blob/main/docs/team.md#types-of-teams |
| 33 | +REACT_APP_DEBATES_LINK=https://github.com/l3vels/L3AGI/blob/main/docs/team.md#types-of-teams |
| 34 | +REACT_APP_DECENTRALIZED_SPEAKER_LINK=https://github.com/l3vels/L3AGI/blob/main/docs/team.md#types-of-teams |
| 35 | + |
| 36 | +REACT_APP_TEAM_LINK=https://github.com/l3vels/L3AGI/blob/main/docs/team.md |
| 37 | + |
| 38 | +REACT_APP_INDEX_TYPES_LINK=https://github.com/l3vels/L3AGI/blob/main/docs/index-types.md |
| 39 | +REACT_APP_RESPONSE_MODES_LINK=https://github.com/l3vels/L3AGI/blob/main/docs/response-modes.md |
| 40 | +REACT_APP_VECTOR_STORES_LINK=https://github.com/l3vels/L3AGI/blob/main/docs/vector-stores.md |
| 41 | + |
| 42 | +REACT_APP_TWILIO_PHONE_NUMBER_SID_LINK=https://github.com/l3vels/L3AGI/blob/main/docs/twilio-phone-number-sid.md |
| 43 | + |
| 44 | +REACT_APP_STATIC_URL=https://static.l3vels.xyz |
| 45 | +REACT_APP_DATA_TEST_MODE=true |
| 46 | +PORT=3000 |
| 47 | + |
| 48 | + |
| 49 | +# General Configurations |
| 50 | +REACT_APP_TITLE=CallsBot |
| 51 | +# REACT_APP_FAVICON="/ss.png" |
| 52 | +REACT_APP_CONTENT="Revolutionize your team's collaboration with our open-source framework, crafted to make AI agents work together as seamlessly as human collaboration. Empower your projects with unparalleled efficiency and coordination. Experience the future of teamwork, where artificial intelligence meets human ingenuity. Elevate your collaborative efforts with CallsBot – because when AI agents unite, extraordinary outcomes become the new norm." |
| 53 | +# REACT_APP_LOGO="/ss.png" |
| 54 | +REACT_APP_WELCOME_MESSAGE="Welcome to CallsBot" |
| 55 | + |
| 56 | +# Login Page Configurations |
| 57 | +# REACT_APP_LOGIN_EMAIL_PASSWORD=true |
| 58 | +# REACT_APP_LOGIN_GITHUB=false |
| 59 | +# REACT_APP_LOGIN_POPUP=false |
| 60 | +# REACT_APP_LOGIN_DISCOVERY=false |
| 61 | +REACT_APP_LOGIN_PAGE={"email_password":true,"github":false,"popup":false,"discovery":false} |
| 62 | + |
| 63 | +# Naming Configurations |
| 64 | +REACT_APP_HOME_NAMING="Home" |
| 65 | +REACT_APP_AGENT_NAMING="Assistant" |
| 66 | +REACT_APP_TEAM_NAMING="Team" |
| 67 | +REACT_APP_DATASOURCE_NAMING="Knowledge" |
| 68 | +REACT_APP_MODEL_NAMING="Model" |
| 69 | +REACT_APP_DISCOVERY_NAMING="Discovery" |
| 70 | +REACT_APP_CHAT_NAMING="Assistants" |
| 71 | +REACT_APP_TOOLKIT_NAMING="Toolkit" |
| 72 | +REACT_APP_SCHEDULES_NAMING="Schedules" |
| 73 | +REACT_APP_INTEGRATION_NAMING="Integration" |
| 74 | + |
| 75 | +# CHAT MODULE OPERATIONS |
| 76 | +# TEAM |
| 77 | +REACT_APP_CHAT_TEAM_CREATE=true |
| 78 | +REACT_APP_CHAT_TEAM_LIST=true |
| 79 | +REACT_APP_CHAT_TEAM_EDIT=true |
| 80 | +REACT_APP_CHAT_TEAM_DELETE=true |
| 81 | +# AGENT |
| 82 | +REACT_APP_CHAT_TEAM_CREATE=true |
| 83 | +REACT_APP_CHAT_TEAM_LIST=true |
| 84 | +REACT_APP_CHAT_TEAM_EDIT=true |
| 85 | +REACT_APP_CHAT_TEAM_DELETE=true |
| 86 | + |
| 87 | +# MODEL MODULE OPERATIONS |
| 88 | +# MODELS |
| 89 | +REACT_APP_MODELS_CREATE=true |
| 90 | +REACT_APP_MODELS_LIST=true |
| 91 | +REACT_APP_MODELS_EDIT=true |
| 92 | +REACT_APP_MODELS_DELETE=true |
| 93 | +# FINE-TUNING |
| 94 | +REACT_APP_FINE_TUNINGS_CREATE=true |
| 95 | +REACT_APP_FINE_TUNINGS_LIST=true |
| 96 | +REACT_APP_FINE_TUNINGS_EDIT=true |
| 97 | +REACT_APP_FINE_TUNINGS_DELETE=true |
| 98 | + |
| 99 | +# REST MODELS |
| 100 | +REACT_APP_TOOLKIT=true |
| 101 | +REACT_APP_DATASOURCE=true |
| 102 | +REACT_APP_DISCOVERY=false |
| 103 | +REACT_APP_SESSION=true |
| 104 | +REACT_APP_SCHEDULE=true |
| 105 | +REACT_APP_INTEGRATION=true |
| 106 | +REACT_APP_CONTACT=true |
| 107 | +REACT_APP_GROUP=true |
| 108 | +REACT_APP_EXTERNAL_LINKS=false |
| 109 | + |
0 commit comments