286 Commits

Author SHA1 Message Date
Ryan Sweet
11461b75a2
Rysweet fix integration tests and xlang (#5107)
* fix python path

* update HelloAgent to enable grpc

* agents app remove webapplication and add grpc

* add di for client

* adding events types to grpc di

* warnings to information

* improve logging, add some error handling; fix grpc startup

* improve error logging

* cleaning up publishing of messages and message handling.

* WbApplication->HostedApplication

* formatting

* WebApplication -> HostApplication

* ensure correct .NET versions are available for integration test
2025-01-20 18:06:06 +00:00
Leonardo Pinheiro
a1fdbd9692
Use caching to run tests and report coverage (#5086)
* use caching to run tests and report coverage

* fix test step dep name

* try to fix cov fname

* add working dir to mv step

* update artifact download

* fmt

* reduce concurrency on ext test

---------

Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
2025-01-17 14:32:18 +00:00
Jack Gerrits
1a3ac626eb
Update version to 0.4.3 pre-emptively (#5066)
* Update version to 0.4.3

* lock

* update lock

* lock
2025-01-15 19:11:32 -05:00
Jack Gerrits
46ea0ad14c
Pin uv to 0.5.18 (#5067)
* Pin uv to 0.5.18

* pin gen component

* pin
2025-01-15 17:25:28 -05:00
Jack Gerrits
9570e82299
Update website for 0.4.1 (#5031)
* Update website for 0.4.1

* update website dirs

* fix 0.4.0

---------

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-13 13:50:27 -08:00
Jack Gerrits
6abc70044a
Fix version switcher rendering (#4974)
* Fix docs switcher rendering

* update tag

* use post1
2025-01-09 17:06:35 -05:00
Jack Gerrits
623e0185c7
Update switcher versions and make 0.4.0 stable (#4940)
* Update switcher versions and make 0.4.0 stable

* update versions

* update switcher
2025-01-09 15:58:45 -05:00
afourney
7131dc945d
Added m1 cli package (#4949)
* Added m1 cli package
* update CI, install card, deprecations
* Update python/packages/magentic-one-cli/pyproject.toml
* fix mypy and pyright
* add package
* Suppress 'ResourceWarning: unclosed socket'

---------

Co-authored-by: Jack Gerrits
2025-01-08 14:05:08 -08:00
Jack Gerrits
a427b38000
Add stable website dir, to be updated (#4948)
* Add stable

* stable redirect
2025-01-08 14:48:09 -05:00
Eric Zhu
f113c9a959
Move core samples to /python/samples (#4911)
* Move core samples to /python/samples

* Fix proto check

* Add sample code check workflow

* Update pyright settings; fix types
2025-01-07 23:31:29 +00:00
Jack Gerrits
7ee18c2837
Add setup dotnet to codeql CI (#4916)
Add setup dotnet to codeql CI:
2025-01-07 10:41:48 -05:00
Sachin Joglekar
ecdade3d3e
Add coverage task & integrate with poe check (#4847)
* Add coverage task & integrate with poe check

* Adding workflow

---------

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-01-02 09:49:18 -05:00
Jack Gerrits
fb1094d9c3
Update to dev13 (#4862) 2024-12-30 17:12:51 -05:00
Eric Zhu
156c3f16c2
Migration guide for 0.4 (#4765)
* readme start

* Enhance migration guide with organization overview and section breakdown

* update toc

* Update

* wip

* wip

* WIP

* Finished draft

* add statement

* Update migration guide for v0.4: refine language and clarify PyPI package ownership

* wip

* mv

* Update

* wip

* Add lint for markdown files; fix lint errors

* Fix indent

* Fix syntax

* Fix

* Update python/check_md_code_blocks.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* wip

* WIP

* wip

* fix links

* update

* Add 0.4 component config example

* update

* update

* update

* add conversion function

* wip

* Move

* Update

* Update

* update

* Make buttons side by side

* Update

* small edits

* wip

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
2024-12-30 13:33:08 -08:00
Eric Zhu
6e0f65b7d1
Fix dev12 doc build (#4840)
* use uv version 0.5.13 for dev 12 docs
2024-12-27 12:20:45 -08:00
Eric Zhu
d933b9ab5f
dev12 (#4839)
* dev12
2024-12-27 11:49:12 -08:00
Jack Gerrits
fadff4aece
Fix definition of workspace package, remove uv pin (#4830)
* Fix definition of workspace package, remove uv pin

* add  --all-packages

* pin docs uv versions for older project structure

* try old version to verify CI

* Use workflow target

* change syntax

* change check

* try with var in matrix

* add all packages to workspace

* remove project table
2024-12-27 13:11:42 -05:00
Eric Zhu
501d8bb8f3
Update uv actiona and pin uv version to 0.5.11 (#4820) 2024-12-26 15:28:35 -08:00
Jack Gerrits
2c76ff9fcc
More improvements for component config (#4799)
* More improvements for component config

* clean output

* working dir

* fix fstring

* key error

* remove mv
2024-12-23 18:29:23 -05:00
Eric Zhu
6c1f638960
dev11 release (#4642)
* dev11 release
2024-12-10 08:28:48 -08:00
Jack Gerrits
7e7265ddd0
Update version for dev10 (#4630)
* Update version for dev10

* fix notebook
2024-12-09 19:33:21 -08:00
Ryan Sweet
d96997232f
rysweet-4150-xlang-ci-test (#4596)
adds aspire-based integration test that validates:
* registration
* subscriptions
* event delivery
* python -> .NET server -> python subscriber
* .NET -> .NET server  -> python subscriber
* python -> .NET server -> .NET subscriber
2024-12-09 14:07:59 -08:00
Eric Zhu
8707729da9
dev9 (#4585)
* dev9
2024-12-06 00:43:56 -08:00
Xiaoyun Zhang
a076385044
Remove dotnet-publish-package (#4494)
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
2024-12-03 10:52:04 -08:00
Xiaoyun Zhang
3b311707fd
Delete .github/workflows/dotnet-publish-nuget.yml (#4492) 2024-12-03 10:40:03 -08:00
Xiaoyun Zhang
4889239955
.NET Add protos to paths-filter (#4493)
* Add protos to paths-filter

* Update dotnet-build.yml
2024-12-03 10:24:05 -08:00
Eric Zhu
f70869f236
update dev8 (#4417) 2024-11-27 14:39:31 -08:00
peterychang
74bcd5e0f6
add protobuf serialization test (#4224)
* add protobuf serialization test

* proto file regeneration

---------

Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
Co-authored-by: Mohammad Mazraeh <Mazraeh.Mohammad@Gmail.com>
2024-11-26 15:37:40 -05:00
Jack Gerrits
1a02e2ba4b
Update version to dev7 (#4359)
* Update version to dev7

* update other references
2024-11-25 14:09:41 -08:00
Jack Gerrits
7c1cabf07e
Add tool to check example in docstrings (#4353)
* Add tool to check example in docstrings

* update lock

* add task

* add ignored message

* add example check CI
2024-11-25 16:10:45 -05:00
Jack Gerrits
c6d69ab4c1
Unpin uv now that bug is fixed (#4220) 2024-11-15 11:56:08 -05:00
Eric Zhu
e27c740961
dev6 (#4129) 2024-11-11 00:48:05 -05:00
Eric Zhu
1cc0f4f7c5
dev5 (#4124) 2024-11-10 21:42:22 -05:00
Eric Zhu
4be1c9cf76
Update Python version to 0.4.0.dev4 (#4068)
* Update version to dev4
2024-11-05 22:04:37 -08:00
Eric Zhu
5be7ac7b12
Move reset from a message to a command (#4073) 2024-11-05 21:40:46 -08:00
Eric Zhu
4e5f3ababe
Update version to 0.4.0.dev3 (#4043) 2024-11-01 16:08:09 -07:00
Eric Zhu
69fc742537
Pin uv version to 0.4.26 (#3964) 2024-10-25 22:23:40 -07:00
Jack Gerrits
0811102ed7
Update all versions to match normalized dev scheme (#3909) 2024-10-23 12:11:59 -04:00
Jack Gerrits
13b7ae502e
Use install uv action (#3906)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2024-10-23 08:41:17 -07:00
Eric Zhu
6c0d0db9cc
Update dev version (#3900)
* Update dev version

* Update uv

* C#

* update versions

---------

Co-authored-by: Jack Gerrits <jack@jackgerrits.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-10-23 11:24:36 -04:00
Eric Zhu
6edbbdc75a
specify branch to deploy (#3899) 2024-10-22 22:32:18 -07:00
Eric Zhu
fe3b4be410
Move workflow file to workflows folder (#3898) 2024-10-22 22:11:19 -07:00
Jack Gerrits
d3d736510c
Multiversion docs build (#3842)
* test multiversion build

* Work on multiversion build

* update refs

* cancel in progress

* add docs dir

* add version switcher

* add version switcher

* add preferred

* version banner and hacky value override...

* add release version
2024-10-22 17:37:10 -04:00
Jack Gerrits
5391804cfe
Add pull-requests permission (#3889) 2024-10-22 15:40:06 -04:00
Jack Gerrits
bfa0b3b94f
Automate removing the awaiting-op-response label (#3888) 2024-10-22 15:32:03 -04:00
David Luong
caea7b068c
remove dotnet-build-test-packages.yml (#3807)
Authored-by: luongdavid <luongdavid@microsoft.com>
2024-10-16 10:28:17 -07:00
Jack Gerrits
453fec6da4
CodeQL advanced config (#3736)
* CodeQL advanced config with dotnet build

* Update codeql.yml

---------

Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
2024-10-10 13:46:14 -07:00
Jack Gerrits
226576afd2
Add id token permissions (#3723) 2024-10-09 17:13:28 -04:00
Jack Gerrits
e504ad5720
Try again for package dirgp (#3722) 2024-10-09 17:09:13 -04:00
Jack Gerrits
26e6410bd4
Update path for publishing (#3721) 2024-10-09 17:03:37 -04:00