Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lichess-org/lila-engine
Broker for communication between external engine providers and clients
https://github.com/lichess-org/lila-engine
Last synced: about 2 months ago
JSON representation
Broker for communication between external engine providers and clients
- Host: GitHub
- URL: https://github.com/lichess-org/lila-engine
- Owner: lichess-org
- License: agpl-3.0
- Created: 2022-09-04T18:11:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T06:31:56.000Z (8 months ago)
- Last Synced: 2024-05-13T07:38:35.171Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 173 KB
- Stars: 6
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
lila-engine
===========Broker for communication between external engine providers and clients.
Endpoints:
* [`https://engine.lichess.ovh/api/external-engine/{id}/analyse`](https://lichess.org/api#tag/External-engine/operation/apiExternalEngineAnalyse)
* [`https://engine.lichess.ovh/api/external-engine/work`](https://lichess.org/api#tag/External-engine/operation/apiExternalEngineAcquire)
* [`https://engine.lichess.ovh/api/external-engine/work/{id}`](https://lichess.org/api#tag/External-engine/operation/apiExternalEngineSubmit)Providers
---------See https://github.com/lichess-org/external-engine for external engine
providers.Usage
-----```
LILA_ENGINE_LOG=lila_engine=debug,tower_http=debug cargo run -- --bind 127.0.0.1:9666
```License
-------Licensed under the GNU Affero General Public License v3. See the `LICENSE` file
for details.