|
model
|
drop URL from Message as it is unfilled and superfluous
|
2024-04-16 09:13:44 -06:00 |
|
testdata/slack_events
|
can parse slack messages from scraping channel history too
|
2024-04-15 07:34:21 -06:00 |
|
.gitignore
|
yay ai test fails
|
2024-04-12 16:31:23 -06:00 |
|
.message.go
|
tests run and fail again
|
2024-04-16 06:52:07 -06:00 |
|
.report.go
|
f sql jeez
|
2024-04-15 13:08:21 -06:00 |
|
.report.tmpl
|
ok report still botched but im werkin on it
|
2024-04-15 16:13:31 -06:00 |
|
.report_test.go
|
f sql jeez
|
2024-04-15 13:08:21 -06:00 |
|
README.md
|
oh yeah one big todo
|
2024-04-16 11:03:14 -06:00 |
|
ai.go
|
go test -tags=ai -v -run=AI works with ollama which is cool and fast with llama3
|
2024-04-18 14:08:28 -06:00 |
|
ai_test.go
|
go test -tags=ai -v -run=AI works with ollama which is cool and fast with llama3
|
2024-04-18 14:08:28 -06:00 |
|
config.go
|
default ollama model to llama3
|
2024-04-19 12:36:25 -06:00 |
|
config_test.go
|
t.Parallel pls
|
2024-04-15 16:35:51 -06:00 |
|
driver.go
|
fix sqlite :memory: dont actually work
|
2024-04-19 12:42:36 -06:00 |
|
driver_integration_test.go
|
pg passing mvp test with queue
|
2024-04-16 08:53:09 -06:00 |
|
driver_test.go
|
t.Parallel pls
|
2024-04-15 16:35:51 -06:00 |
|
go.mod
|
async slack scrape goes up to ?since
|
2024-04-18 14:56:33 -06:00 |
|
go.sum
|
async slack scrape goes up to ?since
|
2024-04-18 14:56:33 -06:00 |
|
main.go
|
if no therads or no messages then no ai
|
2024-04-19 12:39:50 -06:00 |
|
main_test.go
|
impl GET /api/v1/rpc/aievent?id=123
|
2024-04-19 12:34:49 -06:00 |
|
persistence.go
|
reenable queue new_persistence
|
2024-04-19 12:44:58 -06:00 |
|
persistence_test.go
|
async slack scrape goes up to ?since
|
2024-04-18 14:56:33 -06:00 |
|
pipeline.go
|
found running locally that i dont need rest, pipeline needs a way to drop messages as garbage
|
2024-04-16 07:56:54 -06:00 |
|
pipeline_test.go
|
found running locally that i dont need rest, pipeline needs a way to drop messages as garbage
|
2024-04-16 07:56:54 -06:00 |
|
queue.go
|
async slack scrape goes up to ?since
|
2024-04-18 14:56:33 -06:00 |
|
queue_test.go
|
t.Parallel pls
|
2024-04-15 16:35:51 -06:00 |
|
slack.go
|
async slack scrape goes up to ?since
|
2024-04-18 14:56:33 -06:00 |
|
slack_test.go
|
test and update asset pattern to catch ip addresses
|
2024-04-17 03:58:43 -06:00 |
|
slackscrape.go
|
reenable queue new_persistence
|
2024-04-19 12:44:58 -06:00 |
|
storage.go
|
impl GET /api/v1/rpc/aievent?id=123
|
2024-04-19 12:34:49 -06:00 |
|
storage_test.go
|
impl storage GetEventThreads
|
2024-04-19 12:25:40 -06:00 |