Skip to content

Commit 0f88096

Browse files
application documentation added
1 parent 158af52 commit 0f88096

13 files changed

+67
-21
lines changed

docs/agents/1_agentIntroduction.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Agents Introduction
1+
# App Introduction
22

33
Codebolt is an extremely powerful tool for AI Code Editing and AI Code Generation. Most of the power of Codebolt comes from the ability to use Agents. These agents are powerful tools that can be used to automate tasks, generate code, and even create entire applications.
44

@@ -7,11 +7,11 @@ Codebolt is an extremely powerful tool for AI Code Editing and AI Code Generatio
77
Codebolt uses AI Agents for doing all the actions. Thing of Codebolt Editor as a big Agent Orchestrator that can use any agent in the marketplace to do any task.
88
AI Agents interface with Codebolt using Codebolt Editor APIs. They can run any logic from talking to LLMs, updating the code, and any other tasks. They can use decision making power of LLMs to make decisions and take actions.
99

10-
## Codebolt Editor APIs
10+
<!-- ## Codebolt Editor APIs
1111
1212
Codebolt Editor exposes all the functionality of the Editor in the format of APIs. We have created various Libraries to access the Editor APIs. These libraries are available in the following languages:
1313
- [JavaScript](https://github.com/codebolt-ai/codebolt-js)
14-
- [Python](https://github.com/codebolt-ai/codebolt-python)
14+
- [Python](https://github.com/codebolt-ai/codebolt-python) -->
1515

1616
## Codebolt Agents
1717

docs/apps/1_agentIntroduction.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Apps Introduction
2+
3+
4+
### What is a Codebolt Applications?
5+
6+
Codebolt is a powerful platform that allows users to create and publish applications effortlessly. Once an application is built using Codebolt, it can be published for others to use, making it accessible to a broader audience. These published applications are known as **Codebolt Applications**, enabling seamless sharing and deployment of innovative solutions. Whether for personal projects or large-scale development, Codebolt simplifies the process of bringing applications to life and distributing them efficiently.

docs/apps/2_publish.md

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Publish Your First App
2+
3+
This guide walks you through the process of publishing your application using Codebolt.
4+
5+
## Step 1: Create Your Application
6+
1. Navigate to the application creation interface
7+
2. Configure your application's basic settings
8+
3. Confirm the creation process
9+
10+
![create agent](../../static/img/create-ui-app.png)
11+
12+
## Step 2: Configure Application Settings
13+
1. Set up all application-related configurations
14+
2. Define the required parameters for your application
15+
16+
![after success](../../static/img/app-use-setting.png)
17+
18+
## Step 3: Provide Technical Information
19+
1. Fill in all technical details about your application
20+
2. Include system requirements and compatibility information
21+
22+
![technical](../../static/img/tech-info.png)
23+
24+
## Step 4: Configure Development Settings
25+
1. Set up your development environment parameters
26+
2. Define build and deployment configurations
27+
28+
![development setting](../../static/img/develop-setting.png)
29+
30+
## Step 5: Configure Installation Settings
31+
1. Specify installation requirements and procedures
32+
2. Define any pre-installation or post-installation steps
33+
34+
![installation setting](../../static/img/installation-setting.png)
35+
36+
## Step 6: Configure Application Usage Settings
37+
1. Define how users will interact with your application
38+
2. Set up any required user permissions or access controls
39+
40+
![app using setting](../../static/img/app-use-setting.png)
41+
42+
## Step 7: Publish Your Application
43+
1. Review all settings and configurations
44+
2. Click the "Publish" button to make your application live
45+
46+
![publish app](../../static/img/publish-app.png)
47+
48+
## Step 8: Verify Your Application Structure
49+
1. Review the final application structure
50+
2. Confirm all components are properly configured
51+
52+
![confirm](../../static/img/confirm.png)
53+
54+
55+
## Step 9: Find Your Application
56+
1. Locate your newly created application
57+
58+
![find app](../../static/img/after-install.png)

docs/apps/index.md

-18
This file was deleted.

static/img/after-install.png

288 KB
Loading

static/img/app-setting.png

412 KB
Loading

static/img/app-use-setting.png

443 KB
Loading

static/img/confirm.png

302 KB
Loading

static/img/create-ui-app.png

359 KB
Loading

static/img/develop-setting.png

440 KB
Loading

static/img/installation-setting.png

414 KB
Loading

static/img/publish-app.png

346 KB
Loading

static/img/tech-info.png

453 KB
Loading

0 commit comments

Comments
 (0)