Commit Graph

12 Commits

Author SHA1 Message Date
Kosta Petan
e9a7a07e13 Dapr implementation (#47)
* replace Event to CloudEvent WIP

* switch to CloudEvents

* dapr implementation WIP

* fix namespaces and dapr sdk weirdness

* WIP

* dapr support WIP

* dapr WIP

* dapr WIP

* dapr semi-working implementation

* fix mapping  bug

* dapr reminders in sandbox

* fix prompts

* merge almost done

* switch to Newtnsoft serialization for Marketing

* add event surogate for Orleans serialization

* remove newtnsoft serialization (not needed)

* cleanup appsettings in marketing sample
2024-05-14 14:18:24 +02:00
Carlos Garcia Lalicata
949520bba6 [marketing sample] Several Improvements (#55)
* cleaning marketing sample

* Clean up ignored files

* Clean up ignored files

* adding missing gitignore in the backend

* tons of improvements towards azd

* azd up works
2024-05-06 23:06:50 +02:00
Kosta Petan
6199104a59 update packages (#54) 2024-05-06 13:40:53 +02:00
Carlos Garcia Lalicata
cbf42523cc [Ongoing] Adding Marketing sample (#52)
* boilerplate init

* agents work

* agents

* adding frontend

* Now we can call the actor directly, and indireclty

* Orleans packages need to be there in order serialization works. no clue why

* horrible code, making the signlar hub static

* more horrible code, now the frontend can send messages to the backend and receibe the answer

* marketing works. a lot to fix still

* adding a legal assistant

* breaking agents

* adding a signalr client

* adding AlreadyExistentUser

* cleaning up

* renaming solution

* cleaning to prep for push to upstream

* cleaning in prep for upstream

* cleaning and forcing agents to always have a state

* removing legal-assistant for now

* sln should not bethere

* creating the class using new T

* replacing Activator by where T : new

* removing infra from marketing sample

* Add state initialization in AiAgent

* changing namespace name, and creating an agent to interact with signalr

* signalr agent works fine. It just loops forever when connecting. I need to diferentiate if it already happened

* init Readme.md

* Using Semantic Kernel to run Dall-E

* Graphic designer does not ened its own openai client anylonger
2024-05-06 10:27:36 +02:00
Kosta Petan
615db4fdae check if file exists in repo (#51) 2024-04-22 13:24:27 +02:00
Kosta Petan
4808f2145a Fix GH bugs (#50)
* fix gh token lifetime and updating existing file in a branch

* create GH client transiently

* few more bug fixes
2024-04-12 15:10:20 +02:00
Kosta Petan
9168d115fd deploy to azure with azd (#49) 2024-04-11 22:00:59 +02:00
Kosta Petan
65a262b0be Refactor abstractions (#46) 2024-04-09 13:16:09 +02:00
Kosta Petan
2bece0d27e check if repo is empty, create readme if it is (#45) 2024-04-05 16:34:15 +02:00
Carlos Garcia Lalicata
cc66a1ca71 [gh-flow] If Item.Message is null it tries to post empty messages (#42) 2024-04-05 07:43:15 +02:00
Carlos Garcia Lalicata
b08b696145 [gh-flow] Fail to start if settings are missing (#43) 2024-04-05 07:42:24 +02:00
Robin-Manuel Thiel
1ede63f9a8 Organize folder structure towards library (#29) 2024-03-30 09:40:27 +01:00