-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor agent and app initialization for modularity and clarity #824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
d85d369
434262c
f7acf86
6d71fd5
e4ac910
d7ac2b6
f7a0822
5002cb2
175a679
e91c42e
05b342e
97ec9ac
d8c6ff5
d636f2e
c380a6c
1654fcb
693595b
680da83
a4c2d03
2b19510
a4812c1
74ce1dc
f00e1af
75528c1
fb56a5a
9987f98
e060c23
160a02b
3c2cd92
1d6a439
0346d4d
ff3d302
7651201
581cb33
1f75f2a
954ca44
7b5cc4b
c53d150
5756131
521d73b
2322342
e6d0fcc
8d01a0e
76b68fa
055dd1f
574956f
dc32d40
4c67961
239da3b
38fae56
9b3efe6
c719902
742fafd
73cf9f2
ad592d3
b5f9046
72458e3
6744f3d
82701dc
c2c925c
8bfa967
2e11980
a21fef9
f8802a5
7f33dd6
305d49f
062b23a
b076fa6
7a1e714
da523ea
9c48bad
3e05ee0
68aaf02
a7b3d47
455aa53
4f230ed
311f340
2ff81b0
37df84b
5aad6af
2001a23
2648b25
6bf4ad5
31aafe0
5b7e984
8fc7afd
fa19711
c625c35
8066179
6b011e7
e56e346
8d061bb
9194b89
a4680ff
8f54615
29c1f0c
c24b4cf
3153d73
f642584
a61fbf9
eef1a71
c6477ad
88d574b
3d77924
057e609
383afa4
e6252c6
bec8a5d
6173148
9f7460d
042a737
51baa84
bedad5f
0b706c6
ba9af15
78ad833
b0ef13d
5e1232b
c07ca64
a2a7f4e
d477b16
a4cbad7
4d0fa7a
0d8cf3d
3a0c5f1
e17fefe
b54386f
8c40296
4a2933a
4c07a10
0e31fbf
a045612
584922d
77c864a
0f05637
aae3d54
849b8fa
0e0afb8
6701848
2979eb5
68b04d4
1a97b7b
6fe9bf3
c97d3f7
d8043fe
4756fdc
4f39e75
d24dd75
cd00e03
33ae261
7762aae
5c77b63
10d2e05
a841ba5
634233a
82999ea
7e0843f
a6dd697
1b3a493
b31b08e
69af38e
ba69852
c0af6ba
70c73a7
68238f0
bf047ab
5ee666a
1263cdc
f1e0520
99e0d08
6837087
a06e4f3
d1ce16d
40dd727
8fd4b68
4bbc603
950fe44
f786c1d
c1f214e
51c0557
7b4e267
6467f86
79ca577
4fde22f
83476bf
056c823
3cf2bc4
768b66b
3b8e5cb
9f6b1e8
cd959a9
cd4e39e
7a1250e
00e332b
3571be3
1b27aba
eff947e
66957f5
376b735
ec4b717
e90008d
605def2
dc67d41
e221a16
0b99738
a360fca
43101b9
6a2f04a
9c38563
0d2b0df
b537d8a
d1cc619
48b44db
6764f8c
9c674fd
c22475b
86261bd
33fddd9
3f84517
a0f86d7
3ad99df
322c0e4
8840fc9
3f8b843
d17c4a2
a8f53d3
14b1614
2f55f31
3d9caa1
cb0d521
9aeeaef
161f649
07181d1
81b679d
178ca3e
9eaf2c8
6bf6eaf
bba7876
d82578b
4ae54e7
22b1f01
4261d8f
194df36
14f99fb
af8d6dc
d96d842
59e1d64
2b0d67e
7a934bf
584f416
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| root = true | ||
|
|
||
| [*] | ||
| end_of_line = lf | ||
| insert_final_newline = true | ||
| indent_style = space | ||
| indent_size = 2 | ||
| charset = utf-8 |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| indent-width = 4 | ||
| line-length = 88 | ||
| line-length = 100 | ||
| target-version = "py313" | ||
|
|
||
| [lint] | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,24 +1,20 @@ | ||
| [ | ||
| { | ||
| "args": [ | ||
| "run", | ||
| "chattr" | ||
| ], | ||
| "args": ["run", "chattr"], | ||
| "command": "uv", | ||
| "label": "Run Chattr", | ||
| "reveal_target": "center", | ||
| "shell": "system" | ||
| "shell": "system", | ||
| "env": { | ||
| "DOPPLER_ENV": "1", | ||
| "DEBUG": "1", | ||
| }, | ||
| }, | ||
|
Comment on lines
+8
to
12
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove the trailing commas; this file is invalid JSON.
Suggested change "env": {
"DOPPLER_ENV": "1",
- "DEBUG": "1",
- },
+ "DEBUG": "1"
+ }
},
{
"args": ["compose", "-f", "compose-dev.yaml", "up"],
"command": "docker",
"label": "Run Docker Compose",
"reveal_target": "center",
- "shell": "system",
- },
+ "shell": "system"
+ }Also applies to: 18-19 🧰 Tools🪛 GitHub Actions: Test[error] 10-10: check-json: Failed to json decode (Illegal trailing comma before end of object: line 10 column 19 (char 196)). 🤖 Prompt for AI Agents |
||
| { | ||
| "args": [ | ||
| "compose", | ||
| "-f", | ||
| "compose-dev.yaml", | ||
| "up" | ||
| ], | ||
| "args": ["compose", "-f", "compose-dev.yaml", "up"], | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
# List candidate dev compose files so the task target can be verified.
fd -a -i '^(compose-dev|docker-compose-dev)\.ya?ml$'Repository: AlphaSphereDotAI/chattr Length of output: 109 Update compose filename in task configuration. The task references 🤖 Prompt for AI Agents |
||
| "command": "docker", | ||
| "label": "Run Docker Compose", | ||
| "reveal_target": "center", | ||
| "shell": "system" | ||
| } | ||
| "shell": "system", | ||
| }, | ||
| ] | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -124,3 +124,5 @@ volumes: | |
| qdrant_storage: | ||
| checkpoint: | ||
| gfpgan: | ||
| huggingface: | ||
| results: | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert Ruff line length to 88 to match repository policy.
Setting
line-length = 100conflicts with the project’s Python formatting standard and will cause policy drift.Suggested fix
As per coding guidelines
**/*.py: Line length: 88 characters.📝 Committable suggestion
🤖 Prompt for AI Agents