Compare commits

...

2 Commits

Author SHA1 Message Date
d2cfa6cb24 feat: gamer group chat 2025-04-30 20:22:12 +01:00
f83f33a8c9 chore: add mod_wsgi, flask-cors packages 2025-04-28 20:07:21 +01:00
4 changed files with 62 additions and 3 deletions

40
ides-of-march-goty.json Normal file
View File

@ -0,0 +1,40 @@
{
"title": "raid: ides of march",
"interactive": false,
"characters": [
"mark antony",
"cassius",
"brutus",
"casca",
"decimus",
"trebonius"
],
"messages": [
{ "character": -1, "text": "cassius started the 'ides of march' squad" },
{ "character": -1, "text": "cassius invited brutus casca decimus trebonius and mark antony" },
{ "character": 1, "text": "yo its go time we needa lock this strat everyone ready for tmrw?" },
{ "character": 2, "text": "yeah gotta be tmrw no more stalling" },
{ "character": 3, "text": "we know the exact loc?" },
{ "character": 4, "text": "hes hitting the senate tmrw for sure i talked him into it even tho hes been kinda sus lately lol" },
{ "character": 5, "text": "nice gotta jump him before he knows whats up everyone clear on their job?" },
{ "character": 1, "text": "ill give the go signal brutus u hang back til the end makes it look legit or whatever" },
{ "character": 2, "text": "its not about looking good dude its about saving the guild" },
{ "character": 3, "text": "yeah yeah but gotta think about the optics ppl need to see why we did it" },
{ "character": 1, "text": "casca ur on first hit like we planned u good?" },
{ "character": 3, "text": "yep got this ez first blood" },
{ "character": 4, "text": "remember everyone committed no backing out now" },
{ "character": 5, "text": "what about mark antony hes always like caesars pocket healer" },
{ "character": 1, "text": "trebonius u got him keep him busy outside make sure he doesnt aggro" },
{ "character": 5, "text": "kk np" },
{ "character": 2, "text": "remember this isnt griefing its like balancing the server rome > one dude" },
{ "character": 3, "text": "right but tmrw gonna be a shitshow lol" },
{ "character": 4, "text": "we deal w the drama later just stick to the strat" },
{ "character": 1, "text": "tmrw at senate lets finish this op run" },
{ "character": 2, "text": "for rome" },
{ "character": 3, "text": "for the republic" },
{ "character": 5, "text": "for the future" },
{ "character": 0, "text": "uh guys?" },
{ "character": 1, "text": "shit" },
{ "character": -1, "text": "you have been kicked from 'ides of march'" }
]
}

View File

@ -433,7 +433,7 @@ function populateConversationList() {
const conversationFiles = [
"caesar.json",
"lucius.json",
"ides-of-march.json",
"ides-of-march-goty.json",
"lepidus.json",
"publius.json",
"sextus.json"
@ -448,5 +448,5 @@ function populateConversationList() {
setTypingIndicator(false);
populateConversationList();
showConversation("ides-of-march.json");
showConversation("ides-of-march-goty.json");

View File

@ -6,6 +6,8 @@ name = "pypi"
[packages]
google-genai = "*"
flask = "*"
mod-wsgi = "*"
flask-cors = "*"
[dev-packages]

19
srv/Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "461650a397ab00f13d76760013c26954425fd4e53e629a38b9c54ae73a8d4ef0"
"sha256": "508dd3c122f5577fd75ff7c4ed0924650f245ec376c90bd89c918e86adab87a2"
},
"pipfile-spec": 6,
"requires": {
@ -179,6 +179,15 @@
"markers": "python_version >= '3.9'",
"version": "==3.1.0"
},
"flask-cors": {
"hashes": [
"sha256:6ccb38d16d6b72bbc156c1c3f192bc435bfcc3c2bc864b2df1eb9b2d97b2403c",
"sha256:fa5cb364ead54bbf401a26dbf03030c6b18fb2fcaf70408096a572b409586b0c"
],
"index": "pypi",
"markers": "python_version >= '3.9' and python_version < '4.0'",
"version": "==5.0.1"
},
"google-auth": {
"hashes": [
"sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2",
@ -319,6 +328,14 @@
"markers": "python_version >= '3.9'",
"version": "==3.0.2"
},
"mod-wsgi": {
"hashes": [
"sha256:6fe5557c3ef25c184c2c994905fe52be1c06ae5c46235ecafe558e84789e2159"
],
"index": "pypi",
"markers": "python_version >= '3.8'",
"version": "==5.0.2"
},
"pyasn1": {
"hashes": [
"sha256:0d632f46f2ba09143da3a8afe9e33fb6f92fa2320ab7e886e2d0f7672af84629",