{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":67829725,"defaultBranch":"master","name":"psi","ownerLogin":"microsoft","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-09-09T20:13:22.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6154722?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1712164560.0","currentOid":""},"activityList":{"items":[{"before":"14fe1069a3fea03f786530b1d015a3ad66a049cb","after":"b7f9e9d8bcde33bada552b334591aa0012095236","ref":"refs/heads/master","pushedAt":"2024-04-23T18:13:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sandrist","name":"Sean Andrist","path":"/sandrist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7461717?s=80&v=4"},"commit":{"message":"Update README.md\n\nadded MIT Interactive Robotics Group to who-is-using","shortMessageHtmlLink":"Update README.md"}},{"before":"6f4a65f4ab9402f0b6b3a056b24d7b0fca0e2be1","after":null,"ref":"refs/heads/sigma-updates","pushedAt":"2024-04-03T21:59:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"danbohus","name":null,"path":"/danbohus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17030037?s=80&v=4"}},{"before":"a6709c715881916c9cd5a85dc69627c44a6c6b3f","after":"14fe1069a3fea03f786530b1d015a3ad66a049cb","ref":"refs/heads/master","pushedAt":"2024-04-03T21:59:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"danbohus","name":null,"path":"/danbohus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17030037?s=80&v=4"},"commit":{"message":"Various updates to PsiStudio, Audio and Sigma (#310)\n\n* ### __Change to SIGMA__\r\n* Fixed issues with moving to the previous step.\r\n* Added support for using specific synthesis voices via the Sigma client configuration.\r\n* Updated the Sigma app to use caching for speech synthesis.\r\n\r\n### __Changes to Components__\r\n* Added `SpeechSynthesisCache` component to `Microsoft.Psi.Speech` to implement a cache for generated speech synthesis content.\r\n* The Azure-based `SpeechSynthesizer` component from `Microsoft.Psi.CognitiveServices.Speech` can now cache the generated utterances\r\nfor future use (future identical requests do not need to go to the cloud, speeding up synthesis). The developer can also now select (via configuration) whether the audio buffers are streamed in real-time or as they arrive, and how close ahead of real time the generated audio buffers are streamed. These options allow for better controlling playback and avoiding drops.\r\n\r\n### __Changes to Audio__\r\n* Added a `Streamline` operator for audio streams that allows for normalizing gaps and overlaps in the audio buffer stream based on different methods (Concatenate, Pleat, Unpleat)\r\n* Added a batch processing task for exporting audio streams to wav files\r\n\r\n### __Changes to PsiStudio and Visualization__\r\n* Improved robustness of audio playback and addressed a number of issues that created drift between audio and visual playback.\r\n* Run batch task processing menu is now split into submenus by batch task processing namespace.\r\n* Added ability to export audio streams (or selections thereof) to a wav file.\r\n\r\n### __Changes to Microsoft.Psi.Data__\r\n* Added a `SessionImporter.OpenStream` overload that allows for providing a `[PartitionName]:StreamName` stream specification. This simplifies the configuration of batch processing tasks where input streams need to be specified, eliminating the need for specifying the partition separately. The existing batch tasks were adjusted to leverage this feature.\r\n\r\n### __Changes to Runtime__\r\n* Introduced `Merge` interval operator to compute a non-overlapping set of intervals that covers a given set of (potentially overlapping intervals)\r\n\r\n* Update per CR","shortMessageHtmlLink":"Various updates to PsiStudio, Audio and Sigma (#310)"}},{"before":"1fbf1ad65aee09f16f86191f62e02773734c028c","after":"6f4a65f4ab9402f0b6b3a056b24d7b0fca0e2be1","ref":"refs/heads/sigma-updates","pushedAt":"2024-04-03T20:01:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"danbohus","name":null,"path":"/danbohus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17030037?s=80&v=4"},"commit":{"message":"Update per CR","shortMessageHtmlLink":"Update per CR"}},{"before":null,"after":"1fbf1ad65aee09f16f86191f62e02773734c028c","ref":"refs/heads/sigma-updates","pushedAt":"2024-04-03T17:16:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"danbohus","name":null,"path":"/danbohus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17030037?s=80&v=4"},"commit":{"message":"### __Change to SIGMA__\n* Fixed issues with moving to the previous step.\n* Added support for using specific synthesis voices via the Sigma client configuration.\n* Updated the Sigma app to use caching for speech synthesis.\n\n### __Changes to Components__\n* Added `SpeechSynthesisCache` component to `Microsoft.Psi.Speech` to implement a cache for generated speech synthesis content.\n* The Azure-based `SpeechSynthesizer` component from `Microsoft.Psi.CognitiveServices.Speech` can now cache the generated utterances\nfor future use (future identical requests do not need to go to the cloud, speeding up synthesis). The developer can also now select (via configuration) whether the audio buffers are streamed in real-time or as they arrive, and how close ahead of real time the generated audio buffers are streamed. These options allow for better controlling playback and avoiding drops.\n\n### __Changes to Audio__\n* Added a `Streamline` operator for audio streams that allows for normalizing gaps and overlaps in the audio buffer stream based on different methods (Concatenate, Pleat, Unpleat)\n* Added a batch processing task for exporting audio streams to wav files\n\n### __Changes to PsiStudio and Visualization__\n* Improved robustness of audio playback and addressed a number of issues that created drift between audio and visual playback.\n* Run batch task processing menu is now split into submenus by batch task processing namespace.\n* Added ability to export audio streams (or selections thereof) to a wav file.\n\n### __Changes to Microsoft.Psi.Data__\n* Added a `SessionImporter.OpenStream` overload that allows for providing a `[PartitionName]:StreamName` stream specification. This simplifies the configuration of batch processing tasks where input streams need to be specified, eliminating the need for specifying the partition separately. The existing batch tasks were adjusted to leverage this feature.\n\n### __Changes to Runtime__\n* Introduced `Merge` interval operator to compute a non-overlapping set of intervals that covers a given set of (potentially overlapping intervals)","shortMessageHtmlLink":"### __Change to SIGMA__"}},{"before":"6703aa7299e432a0f282b6c12d452fb11bc0533f","after":"a6709c715881916c9cd5a85dc69627c44a6c6b3f","ref":"refs/heads/master","pushedAt":"2024-03-25T23:27:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"danbohus","name":null,"path":"/danbohus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17030037?s=80&v=4"},"commit":{"message":"A couple of fixes for SIGMA\n\n* Fixed an issue to support autostart with LLM generated tasks. (#309)\r\n* Fixed an issue whereby complex steps with many substeps would overrun the task panel display borders.","shortMessageHtmlLink":"A couple of fixes for SIGMA"}},{"before":"3b04faf816b509bfd3dfcedaa2f79037fc6535f7","after":null,"ref":"refs/heads/sigma-updates","pushedAt":"2024-03-25T23:27:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"danbohus","name":null,"path":"/danbohus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17030037?s=80&v=4"}},{"before":null,"after":"3b04faf816b509bfd3dfcedaa2f79037fc6535f7","ref":"refs/heads/sigma-updates","pushedAt":"2024-03-25T23:04:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"danbohus","name":null,"path":"/danbohus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17030037?s=80&v=4"},"commit":{"message":"* Fixed an issue to support autostart with LLM generated tasks.\n* Fixed an issue whereby complex steps with many substeps would overrun the task panel display borders.","shortMessageHtmlLink":"* Fixed an issue to support autostart with LLM generated tasks."}},{"before":"fca7fa93aa4e8caf9a0ae4d01493a1886e32719d","after":"6703aa7299e432a0f282b6c12d452fb11bc0533f","ref":"refs/heads/master","pushedAt":"2024-03-21T02:06:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"chitsaw","name":"Nick Saw","path":"/chitsaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32501077?s=80&v=4"},"commit":{"message":"Made unit test more robust (#307)","shortMessageHtmlLink":"Made unit test more robust (#307)"}},{"before":"e70842f6476370d6be67702abaa41e9a89335195","after":"fca7fa93aa4e8caf9a0ae4d01493a1886e32719d","ref":"refs/heads/master","pushedAt":"2024-03-20T01:08:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chitsaw","name":"Nick Saw","path":"/chitsaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32501077?s=80&v=4"},"commit":{"message":"Added NuGet.config with common repositoryPath","shortMessageHtmlLink":"Added NuGet.config with common repositoryPath"}},{"before":"cbdbe25224e9cfe8733bc9d6bff3c8bf1a81f06a","after":"e70842f6476370d6be67702abaa41e9a89335195","ref":"refs/heads/master","pushedAt":"2024-03-19T03:31:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"chitsaw","name":"Nick Saw","path":"/chitsaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32501077?s=80&v=4"},"commit":{"message":"Synchronize progress reporting (#306)","shortMessageHtmlLink":"Synchronize progress reporting (#306)"}},{"before":"5e651ccdc9ec0e269d7e09f9f0a1b843bbea89d3","after":null,"ref":"refs/heads/dependabot/pip/Sources/Integrations/Models/SEEM/SEEMServer/pillow-10.2.0","pushedAt":"2024-03-16T01:43:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"6f3d64bc6fe6757165febc689722e806bda3d823","after":null,"ref":"refs/heads/dependabot/pip/Sources/Integrations/Models/SEEM/SEEMServer/transformers-4.36.0","pushedAt":"2024-03-16T01:39:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"2a5736a81e7a774a2ce0b6eec6eac0f092d8fa1f","after":null,"ref":"refs/heads/dependabot/pip/Sources/Integrations/Models/SEEM/SEEMServer/gradio-4.19.2","pushedAt":"2024-03-16T01:39:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"6f15ab71a9a6e7d6bd80bd838d78d4d81c7f0f7a","after":null,"ref":"refs/heads/dependabot/pip/Sources/Integrations/Models/SEEM/SEEMServer/pyarrow-14.0.1","pushedAt":"2024-03-16T01:39:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"2b1a094d939bd659fb4134903d5e859a39562e45","after":"5e651ccdc9ec0e269d7e09f9f0a1b843bbea89d3","ref":"refs/heads/dependabot/pip/Sources/Integrations/Models/SEEM/SEEMServer/pillow-10.2.0","pushedAt":"2024-03-16T01:35:19.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"chitsaw","name":"Nick Saw","path":"/chitsaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32501077?s=80&v=4"},"commit":{"message":"Resolve merge conflict","shortMessageHtmlLink":"Resolve merge conflict"}},{"before":"7f46ba0ce58292e5e187671da269cf50ced4ed7a","after":"cbdbe25224e9cfe8733bc9d6bff3c8bf1a81f06a","ref":"refs/heads/master","pushedAt":"2024-03-16T01:32:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chitsaw","name":"Nick Saw","path":"/chitsaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32501077?s=80&v=4"},"commit":{"message":"Revised seem server instructions","shortMessageHtmlLink":"Revised seem server instructions"}},{"before":"cb3b37df7aaa9fdb5b0fdd74ea4b8fb9f67931bb","after":"7f46ba0ce58292e5e187671da269cf50ced4ed7a","ref":"refs/heads/master","pushedAt":"2024-03-15T22:36:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chitsaw","name":"Nick Saw","path":"/chitsaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32501077?s=80&v=4"},"commit":{"message":"Create api-docs-gh-pages.yml\n\nWorkflow to build and publish API docs","shortMessageHtmlLink":"Create api-docs-gh-pages.yml"}},{"before":"ad32a7b492177eb17ccd98989116a44d4da3cc27","after":"cb3b37df7aaa9fdb5b0fdd74ea4b8fb9f67931bb","ref":"refs/heads/master","pushedAt":"2024-03-15T17:17:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sandrist","name":"Sean Andrist","path":"/sandrist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7461717?s=80&v=4"},"commit":{"message":"Update SIGMA Readme.md\n\nfixing links","shortMessageHtmlLink":"Update SIGMA Readme.md"}},{"before":"5f204a64730ac9095e5dcab336b41cc34fac9aeb","after":"ad32a7b492177eb17ccd98989116a44d4da3cc27","ref":"refs/heads/master","pushedAt":"2024-03-15T17:09:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sandrist","name":"Sean Andrist","path":"/sandrist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7461717?s=80&v=4"},"commit":{"message":"Update README.md\n\nsmall typo fix","shortMessageHtmlLink":"Update README.md"}},{"before":"e78d3d4fc917cff61c383e356af49310391478e5","after":"5f204a64730ac9095e5dcab336b41cc34fac9aeb","ref":"refs/heads/master","pushedAt":"2024-03-15T17:06:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sandrist","name":"Sean Andrist","path":"/sandrist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7461717?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"86235c7ee477f29d0b972e11a747b93660008d37","after":"e78d3d4fc917cff61c383e356af49310391478e5","ref":"refs/heads/master","pushedAt":"2024-03-14T23:18:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sandrist","name":"Sean Andrist","path":"/sandrist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7461717?s=80&v=4"},"commit":{"message":"Update README.md\n\nfolder typo","shortMessageHtmlLink":"Update README.md"}},{"before":null,"after":"2b1a094d939bd659fb4134903d5e859a39562e45","ref":"refs/heads/dependabot/pip/Sources/Integrations/Models/SEEM/SEEMServer/pillow-10.2.0","pushedAt":"2024-03-14T22:16:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump pillow in /Sources/Integrations/Models/SEEM/SEEMServer\n\nBumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.2.0.\n- [Release notes](https://github.com/python-pillow/Pillow/releases)\n- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)\n- [Commits](https://github.com/python-pillow/Pillow/compare/9.5.0...10.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: pillow\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump pillow in /Sources/Integrations/Models/SEEM/SEEMServer"}},{"before":null,"after":"6f3d64bc6fe6757165febc689722e806bda3d823","ref":"refs/heads/dependabot/pip/Sources/Integrations/Models/SEEM/SEEMServer/transformers-4.36.0","pushedAt":"2024-03-14T22:16:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump transformers in /Sources/Integrations/Models/SEEM/SEEMServer\n\nBumps [transformers](https://github.com/huggingface/transformers) from 4.34.0 to 4.36.0.\n- [Release notes](https://github.com/huggingface/transformers/releases)\n- [Commits](https://github.com/huggingface/transformers/compare/v4.34.0...v4.36.0)\n\n---\nupdated-dependencies:\n- dependency-name: transformers\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump transformers in /Sources/Integrations/Models/SEEM/SEEMServer"}},{"before":null,"after":"2a5736a81e7a774a2ce0b6eec6eac0f092d8fa1f","ref":"refs/heads/dependabot/pip/Sources/Integrations/Models/SEEM/SEEMServer/gradio-4.19.2","pushedAt":"2024-03-14T22:16:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump gradio in /Sources/Integrations/Models/SEEM/SEEMServer\n\nBumps [gradio](https://github.com/gradio-app/gradio) from 3.42.0 to 4.19.2.\n- [Release notes](https://github.com/gradio-app/gradio/releases)\n- [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/gradio-app/gradio/compare/gradio@3.42.0...gradio@4.19.2)\n\n---\nupdated-dependencies:\n- dependency-name: gradio\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump gradio in /Sources/Integrations/Models/SEEM/SEEMServer"}},{"before":null,"after":"6f15ab71a9a6e7d6bd80bd838d78d4d81c7f0f7a","ref":"refs/heads/dependabot/pip/Sources/Integrations/Models/SEEM/SEEMServer/pyarrow-14.0.1","pushedAt":"2024-03-14T22:15:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump pyarrow in /Sources/Integrations/Models/SEEM/SEEMServer\n\nBumps [pyarrow](https://github.com/apache/arrow) from 13.0.0 to 14.0.1.\n- [Commits](https://github.com/apache/arrow/compare/go/v13.0.0...go/v14.0.1)\n\n---\nupdated-dependencies:\n- dependency-name: pyarrow\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump pyarrow in /Sources/Integrations/Models/SEEM/SEEMServer"}},{"before":"5386e8ad960e464e3089f13fbc575a6cac133a5c","after":"86235c7ee477f29d0b972e11a747b93660008d37","ref":"refs/heads/master","pushedAt":"2024-03-14T22:14:50.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"sandrist","name":"Sean Andrist","path":"/sandrist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7461717?s=80&v=4"},"commit":{"message":"removing nuget.config for release","shortMessageHtmlLink":"removing nuget.config for release"}},{"before":"3b7b9914efd0189e72ad8221b9cbbeb14002e132","after":"7abd2b07d51864074b9a01b03b90748eb0ad8fd2","ref":"refs/heads/gh-pages","pushedAt":"2023-10-23T16:36:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chitsaw","name":"Nick Saw","path":"/chitsaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32501077?s=80&v=4"},"commit":{"message":"Updated docs","shortMessageHtmlLink":"Updated docs"}},{"before":"72f0d8021197da5289abcd9320a893b2e54a945c","after":null,"ref":"refs/heads/chitsaw-patch-1","pushedAt":"2023-10-23T16:25:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"chitsaw","name":"Nick Saw","path":"/chitsaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32501077?s=80&v=4"}},{"before":"d4420d664fab2f90f0c526eeb89b828a5bb27c95","after":"5386e8ad960e464e3089f13fbc575a6cac133a5c","ref":"refs/heads/master","pushedAt":"2023-10-23T16:25:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"chitsaw","name":"Nick Saw","path":"/chitsaw","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32501077?s=80&v=4"},"commit":{"message":"Increased remoting test timeout and added more logging (#299)","shortMessageHtmlLink":"Increased remoting test timeout and added more logging (#299)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEOGAXOwA","startCursor":null,"endCursor":null}},"title":"Activity ยท microsoft/psi"}