add logos

hkr04 2025-04-10 00:30:26 +08:00
parent f539edc717
commit 7ef4b1dba2
4 changed files with 22 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<p align="center">
<img src="assets/logo.png" width="200"/>
<img src="assets/humanus.png" width="200"/>
</p>
# humanus.cpp
@ -62,4 +62,25 @@ Run experimental planning flow (only agent `Humanus` as executor):
.\build\bin\Release\humanus_cli_plan.exe # Windows
```
## Acknowledgement
<html>
<head>
<style>
.center-images {
display: flex;
justify-content: center;
align-items: center;
}
.image {
margin: 0 30px;
}
</style>
</head>
<body>
<div class="center-images">
<img class="image" src="assets/whu.png" height="120"/>
<img class="image" src="assets/myth.png" height="120"/>
</div>
</body>
</html>

View File

Before

Width:  |  Height:  |  Size: 331 KiB

After

Width:  |  Height:  |  Size: 331 KiB

BIN
assets/myth.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
assets/whu.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB