Skip to content

Commit

Permalink
chore: add anda_bot Deployment Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Feb 8, 2025
1 parent 012604c commit 3806a6a
Show file tree
Hide file tree
Showing 13 changed files with 544 additions and 261 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-anda-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Build the Docker image
run: |
docker login --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} ${{ env.REGISTRY }}
cd agents/anda_bot/nitro_enclave
IMAGE_TAG="${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}_enclave_amd64:${{ inputs.build_tag }}"
LATEST_TAG="${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}_enclave_amd64:latest"
TAGS="-t ${IMAGE_TAG} -t ${LATEST_TAG}"
docker build -f agents/anda_bot/nitro_enclave/amd64.Dockerfile $TAGS --push .
docker build -f amd64.Dockerfile $TAGS --push .
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion agents/anda_bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "anda_bot"
description = "I'm Anda ICP, Digital panda 🐼 by Anda framework. Secured in TEE, memories on ICP chain.✨"
repository = "https://github.com/ldclabs/anda/tree/main/agents/anda_bot"
publish = false
version = "0.3.7"
version = "0.3.8"
edition.workspace = true
keywords.workspace = true
categories.workspace = true
Expand Down
155 changes: 0 additions & 155 deletions agents/anda_bot/Character.toml

This file was deleted.

40 changes: 0 additions & 40 deletions agents/anda_bot/Config.toml

This file was deleted.

5 changes: 3 additions & 2 deletions agents/anda_bot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
5. Users can customize their own AI bot by modifying Character.toml and Config.toml. The default bot is Anda ICP, created by ICPanda.

## Deployment Guide
TODO
- [English Deployment Guide](./deployment_en.md)
- [中文部署指南](./deployment_cn.md)

## About Anda ICP

Expand All @@ -22,4 +23,4 @@ Copyright © 2025 [LDC Labs](https://github.com/ldclabs).

`ldclabs/anda` is licensed under the MIT License. See the [MIT license][license] for the full license text.

[license]: ./../../LICENSE-MIT
[license]: ./../../LICENSE-MIT
Loading

0 comments on commit 3806a6a

Please sign in to comment.