486 Commits

Author SHA1 Message Date
Jack Gerrits
f8f7418ebf ensure agent name is unique, add some docs (#26) 2024-05-27 16:33:28 -04:00
Kosta Petan
c5096a861e Merge branch 'main' into fix/readme-dupe 2024-05-27 21:08:18 +02:00
Kosta Petan
9d5830032d add json_mode to DevLead, simplify AzureGenie (#71) 2024-05-27 12:38:42 +02:00
Jack Gerrits
cb55e00819 Remove require_response, rename broadcast to publish, remove publish responses (#25)
* rename broadcast to publish

* remove require response, remove responses from publishing
2024-05-26 08:45:02 -04:00
Jack Gerrits
b6dd861166 Organize model client (#24)
* Organize model client

* update patterns
2024-05-26 12:21:48 +00:00
ReubenBond
6160b6a60b Rename readme.md to README.md 2024-05-24 14:31:17 -07:00
ReubenBond
5de6d78d6b Delete old README.md 2024-05-24 14:30:52 -07:00
Jack Gerrits
39400e74dd Update docs.yml (#23) 2024-05-24 21:28:55 +00:00
Jack Gerrits
00ffb372d1 Update group chat and message types (#20)
* Update group chat and message types

* fix type based router
2024-05-24 21:25:17 +00:00
Jack Gerrits
ce58c5bc72 Update docs.yml (#22) 2024-05-24 17:24:29 -04:00
Jack Gerrits
4435881923 Update docs.yml (#21) 2024-05-24 17:21:45 -04:00
Jack Gerrits
fe7de35933 Update docs.yml (#19) 2024-05-24 17:58:13 +00:00
Jack Gerrits
f7353b24ec abs path (#18) 2024-05-24 17:56:13 +00:00
Jack Gerrits
d95084e886 Update docs.yml (#17) 2024-05-24 13:52:39 -04:00
Jack Gerrits
fd5ed50a84 Update docs.yml (#16) 2024-05-24 17:49:18 +00:00
Jack Gerrits
0299009244 Add initial docs site (#15)
* Add initial docs site

* add ci and readme

* Update checks.yml

* Update conf.py
2024-05-24 13:45:23 -04:00
Carlos Garcia Lalicata
c226391a29 [Marketing] Carlos trying pipelines 1: Adding Environment name (#67) 2024-05-24 05:49:41 +02:00
Eric Zhu
d941a0a733 fix some bugs (#14) 2024-05-23 17:17:07 -07:00
Jack Gerrits
52f6f79591 Add types agnostic to role (#11) 2024-05-23 20:49:01 +00:00
Jack Gerrits
8d1f4aedc0 Add require response and remove generic types (#13) 2024-05-23 13:00:05 -07:00
Alessandro Avila
3fe0bbf994 Fixes to parent number safe access (#66) 2024-05-23 17:38:34 +02:00
Eric Zhu
d77390dc07 First draft for chat layer. (#10) 2024-05-23 08:23:24 -07:00
Jack Gerrits
1a9dddbcda Update README.md (#9) 2024-05-22 13:25:51 -04:00
Carlos Garcia Lalicata
71ed485d5b [Marketing] Github pipelines to build and deploy the project (#65)
* initial pipeline

* setting branches

* renaming workflow to workflows

* no needed permissions for building

* testing pipeline

* testing pipeline

* testing pipeline

* tweak marketing workflow

* tweak paths

* change to pwsh

* updating run-names

* trying if I can pass --no-state as a param

* setting --no-state second try

* renaming

* powershell

* add PR number to the run-name

* run-name

* run name test # 2000

* Confident that this will be the last try

---------

Co-authored-by: Kosta Petan <kostapetan@gmail.com>
2024-05-22 14:47:34 +02:00
Jack Gerrits
77c8cca9ae Implement intervention (#8) 2024-05-20 16:30:45 -07:00
Jack Gerrits
5afbadbe43 Add support for task cancellation (#7)
* Add support for task cancellation

* add tests to CI

* matrix for python testing
2024-05-20 15:32:08 -04:00
Jack Gerrits
f80c42e668 fix spelling error (#6) 2024-05-20 09:49:47 -04:00
Jack Gerrits
b4b1fd5bdd Make responses flow through the message queue (#5) 2024-05-19 17:12:49 -06:00
Eric Zhu
b67d096a95 Add example for round robin chat (#4) 2024-05-17 16:36:46 -07:00
Eric Zhu
5f7ef086e2 Renaming things (#3)
* Rename event to message
* rename SendMessage etc to SendMessageEnvelope etc
2024-05-17 14:59:00 -07:00
Jack Gerrits
ebee8b856f add model client component (#2) 2024-05-17 09:09:59 -06:00
Jack Gerrits
02675126be Rename message router to agent runtime (#1) 2024-05-16 08:51:41 -04:00
Alessandro Avila
49758d82cd GithubWebHookProcessor optimization (#61)
* Created file via AI

* Added some sections to the 'DevTeam' sample's Readme.

* Added null checks to GithubWebHookProcessor.
Removed unused injected services in GithubWebHookProcessor.
Minor optimizations.

* Removed Readme generated from devteam sample run.

---------

Co-authored-by: project-oagent-gh-app[bot] <169608828+project-oagent-gh-app[bot]@users.noreply.github.com>
Co-authored-by: Alessandro Avila <alavil@microsoft.com>
2024-05-16 12:53:27 +02:00
Jack Gerrits
f32f9eea02 migrate prototype to initial impl 2024-05-15 12:31:13 -04:00
Jack Gerrits
813a9e1ddb split into example 2024-05-15 09:59:23 -04:00
Jack Gerrits
17eb9f8ecd fix ruff command 2024-05-15 09:53:35 -04:00
Jack Gerrits
f208b582e4 fix yml 2024-05-15 09:50:59 -04:00
Jack Gerrits
f5f0a51855 create basic package structure, checks, readme 2024-05-15 09:49:44 -04:00
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
Jack Gerrits
30e06cee10 Update prototype.py 2024-05-08 23:52:18 -04:00
Jack Gerrits
0c08ca30a1 Create prototype.py 2024-05-07 18:18:58 -04:00
Microsoft Open Source
982b1ba716 README.md committed 2024-05-07 15:12:56 -07:00
Microsoft Open Source
0bf1e7b57a SECURITY.md committed 2024-05-07 15:12:56 -07:00
Microsoft Open Source
3a6683af4f SUPPORT.md committed 2024-05-07 15:12:55 -07:00
Microsoft Open Source
43567233ca LICENSE committed 2024-05-07 15:12:54 -07:00
Microsoft Open Source
02d4448bb1 CODE_OF_CONDUCT.md committed 2024-05-07 15:12:54 -07:00
microsoft-github-operations[bot]
edfb95257f Initial commit 2024-05-07 22:12:52 +00: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