Astra is a multimodal agent powered by TEN , demonstrating its capabilities in speech, vision, and reasoning through RAG from local documentation.
- Agora App ID and App Certificate (certificate is not required)
- AWS IAM User's Access key and Secret key
- CPU >= 2 Core
- RAM >= 4 GB
You will need to uncheck "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" option for Docker if you are on Apple Silicon, otherwise the server is not going to work.
In the root of the project, use cp
command to create .env
from the example.
It will be used to store information for docker compose
later.
cp ./.env.example ./.env
Open the .env
file and fill in the keys
and regions
. This is also where you can choose to use any different extensions
:
# Agora App ID and Agora App Certificate
AGORA_APP_ID=
# Leave empty unless you have enabled the certificate within the Agora account.
AGORA_APP_CERTIFICATE=
# Extension: bedrock_llm
# Extension: polly_tts
# Extension: transcribe_asr
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
# model id supported by Bedrock Converse API, the model you choose should support system prompt. https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference.html
AWS_BEDROCK_MODEL=mistral.mistral-large-2407-v1:0
AWS_REGION=us-east-1 # the Region you're using
In the same directory, run the docker compose up
command to compose containers:
docker compose up
Open up http://localhost:3000 in browser to play and test the Astra agent.
Open up another tab go to http://localhost:3001, and use Graph Designer to create, connect and edit extensions on canvas.
Features | Astra Agent | Pipecat | LiveKit:KITT | Vapi.ai | DailyBots | Play.ai |
---|---|---|---|---|---|---|
Vision | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
Rich TTS Support for different languages | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
Go support for extension | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
C++ support for extension | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
RAG support | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
Workflow builder for extension | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ |
Rich LLM Support | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
Python support for extension | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
Open source | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ |
Before we dive further, be sure to star our repository and get instant notifications for all new releases!
- Discord: Ideal for sharing your applications and engaging with the community.
- GitHub Discussion: Perfect for providing feedback and asking questions.
- GitHub Issues: Best for reporting bugs and proposing new features. Refer to our contribution guidelines for more details.
- X (formerly Twitter): Great for sharing your agents and interacting with the community.
Contributions are welcome! Please read the contribution guidelines first.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.