Commit graph

8 commits

Author SHA1 Message Date
b13d19a4bf
remove import check for django in setup (#27)
unneeded now since the agent imports and sets up Django as part of it's
initial serving
2024-12-12 20:03:48 -06:00
9bbc2c2c3a change from private variable
not sure why i did this... pretty pointless
2024-12-12 19:40:52 -06:00
520a2eff59
change command handler strat to function decorator (#26)
* change command handler strat to function decorator

* add handlers back to agent class
2024-12-12 19:39:43 -06:00
0a6e975ca5
Get rid of all transport types and settle on Protobuf (#25)
* Get rid of all transport types and settle on Protobuf

hope i don't regret this

* Update Cargo.toml

* Update agent.py
2024-12-12 16:53:49 -06:00
643a47953e
add protobuf transport and refactor to support (#24) 2024-12-11 20:28:57 -06:00
235bb4419d
switch from runner to ipc and long-running sidecar process (#21) 2024-12-11 16:16:40 -06:00
cb10d0ca1e
move scripts to dedicated module (#13) 2024-12-10 12:09:57 -06:00
fce343f44d
add djls-django crate (#6)
* add djls-django crate

* rework

* oops

* add check for GDAL and GeoDjango

* lots of things

* remove unused scripts

* move scripts to dedicated mod and make static consts

* inline gdal check

* rename mod

* rename mod

* move server info to consts

* adjust pyproject

* hide rustfmt config

* simplify django setup

* adjust printing
2024-12-07 16:02:48 -06:00