Skip to content

Commit 57812ce

Browse files
author
Dev Agent
committed
feat: store agent instance quota in database and add admin API
1 parent 34e72db commit 57812ce

34 files changed

+7781
-55
lines changed

.gitignore

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,48 @@
11
# Binaries
22
bin
3+
34
.vscode
5+
.zed
6+
.idea
7+
.trae
8+
.cursor
9+
410
.DS_Store
511
.envrc
6-
.idea/
7-
12+
.codesouler
813
/gitea
914
/pgdata
1015
minio_data
1116
local_only
1217
/jetstream
1318
.env
14-
*.sh
19+
memory
20+
docker-compose-leida.yml
21+
run_account_local.sh
22+
run_callback_local.sh
23+
run_deploy_runner_local.sh
24+
run_rproxy_local.sh
25+
run_server_local.sh
26+
run_user_local.sh
27+
run_aigateway_local.sh
28+
run_server_my_local.sh
29+
run_payment_local.sh
1530
cmd/csghub-server/__debug_*
31+
run_dataviewer_local.sh
32+
run_notification_local.sh
33+
run_temporal_worker.sh
34+
local.toml
35+
loki-config.yml
1636

1737
.data
38+
/data
1839
*/*/_api_test/
1940
redis/dump.rdb
20-
run_server_local.sh
2141

2242
**/loki-data/
2343
**/tempo-data/
2444
docs/swagger.json
2545
docs/swagger.yaml
2646
docs/docs.go
47+
pgdata15/
48+

.mockery.yaml

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -10,49 +10,7 @@ packages:
1010
Reader:
1111
opencsg.com/csghub-server/component:
1212
config:
13-
interfaces:
14-
ApiRateLimit:
15-
RepoComponent:
16-
TagComponent:
17-
AccountingComponent:
18-
SpaceComponent:
19-
SpaceResourceComponent:
20-
RuntimeArchitectureComponent:
21-
SensitiveComponent:
22-
CodeComponent:
23-
PromptComponent:
24-
ModelComponent:
25-
UserComponent:
26-
GitHTTPComponent:
27-
DiscussionComponent:
28-
DatasetComponent:
29-
CollectionComponent:
30-
BroadcastComponent:
31-
InternalComponent:
32-
MirrorSourceComponent:
33-
MirrorComponent:
34-
ImportComponent:
35-
EvaluationComponent:
36-
FinetuneComponent:
37-
RecomComponent:
38-
MultiSyncComponent:
39-
ModelTreeComponent:
40-
SpaceTemplateComponent:
41-
RuleComponent:
42-
MCPServerComponent:
43-
MCPScannerComponent:
44-
MCPScannerPlugin:
45-
StatComponent:
46-
LLMServiceComponent:
47-
MonitorComponent:
48-
ClusterComponent:
49-
MirrorNamespaceMappingComponent:
50-
NotebookComponent:
51-
LicenseComponent:
52-
CaptchaComponent:
53-
AgentComponent:
54-
AgentInstanceAdapter:
55-
XnetComponent:
13+
all: true
5614
opencsg.com/csghub-server/component/reporter:
5715
config:
5816
interfaces:

0 commit comments

Comments
 (0)