Michael Ludvig

Results 10 issues of Michael Ludvig

Hi I'm building a new gym that needs a simple 'board' to record the game status, eg. 10x10 cells, and the agent position. Unfortunately I'm unable to figure out how...

Added `Dockerfile` to facilitate running of `mlapi` in a Docker container. It still relies on the standard development server and doesn't need uwsgi, Nginx, etc, like the *themoosman* fork. Also...

I'm trying to use *MessageBus* in multi-threaded program where one thread (e.g. *Button*) sends a `ButtonMessage()` to the bus. Then I've got a *Controller* thread that's subscribed to the `ButtonMessage()`...

Add support for setting image settings in streaming and capturing URLs. For example `/capture?vflip=1&hmirror=0&framesize=5` or similar for `/stream?fps_max=10&framesize=4`. It's meant to achieve consistent streaming settings even when the camera is...

In some situations it's preferable to limit the streaming FPS (frames per second), for example to conserve the bandwidth. This PR implements this support and adds the options to the...

Hi there, that's a promising project! Is the viewu server source available as well? Thanks :)

Before this change some model names were hardcoded in the codebase - _claude-v3-haiku_ for generating the convo titles and _claude-v3.7-sonnet_ as the default for everything else. The problem is that...

## Describe the solution you'd like In some organisations their SCP may restrict _global inference_ profiles while allowing the regional ones (e.g. US businesses may allow cross region inference in...

needs-triage

## Describe the solution you'd like Centralised way to configure the _internet search_ engine (DuckDuckGo or Firecrawl) and the credentials (Firecrawl API key) rather than having to configure it separately...

enhancement

1. When no instances are registered in SSM it still shows the menu and requires 'q' to exit. Test by pointing to an empty region with e.g. `--region ap-south-1`. 2....