Skip to content

Commit 7076f22

Browse files
authored
Merge pull request #809 from lmnr-ai/dev
custom dashboards placeholder, workspace header and settings, fixes to AI SDK parsing
2 parents 5484687 + 6acea6f commit 7076f22

File tree

164 files changed

+15666
-7512
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+15666
-7512
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -101,21 +101,7 @@ docker compose -f docker-compose-local-dev-full.yml up
101101

102102
This will spin up postgres, qdrant, clickhouse, and RabbitMQ.
103103

104-
### 2. Run agent manager in development mode
105-
106-
Set environment variables in agent-manager/.env using the example in agent-manager/.env.example.
107-
108-
Then,
109-
110-
```sh
111-
cd agent-manager
112-
uv venv
113-
source .venv/bin/activate
114-
uv lock && uv sync
115-
python src/main.py
116-
```
117-
118-
### 3. Run app server in development mode
104+
### 2. Run app server in development mode
119105

120106
```sh
121107
cd app-server
@@ -125,14 +111,14 @@ cargo r
125111
Rust is compiled and not hot-reloadable, so you will need to rerun `cargo r` every time you want
126112
to test a change.
127113

128-
### 4. Run frontend in development mode
114+
### 3. Run frontend in development mode
129115

130116
```sh
131117
cd frontend
132118
pnpm run dev
133119
```
134120

135-
### 5. After finishing your changes
121+
### 4. After finishing your changes
136122

137123
Make sure everything runs well in integration in dockers.
138124

agent-manager/.dockerignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

agent-manager/.env.example

Lines changed: 0 additions & 4 deletions
This file was deleted.

agent-manager/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

agent-manager/.python-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

agent-manager/Dockerfile

Lines changed: 0 additions & 42 deletions
This file was deleted.

agent-manager/README.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

agent-manager/proto/agent_manager_grpc.proto

Lines changed: 0 additions & 72 deletions
This file was deleted.

agent-manager/pyproject.toml

Lines changed: 0 additions & 18 deletions
This file was deleted.

agent-manager/src/agent_manager_grpc_pb2.py

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)