Starknet 기반의 강력하고 안전한 AI 에이전트를 개발하는 에이전트 엔진입니다. NPM 패키지와 즉시 사용 가능한 백엔드로 제공됩니다.
빠른 시작
필수 조건
Starknet 지갑 (추천: Argent X )
AI 제공업체 API 키(Anthropic/OpenAI/Google Gemini/Ollama)
Node.js와 pnpm이 설치되었습니다.
설치
지엑스피1
구성
.env.example
을 복사하여.env
파일을 만듭니다.
그런 다음 .env
파일에 필요한 값을 입력합니다.
AI 모델 구성(선택 사항):
config/models/default.models.json
파일은 다양한 작업(fast
,smart
,cheap
)에 사용되는 기본 AI 모델을 정의합니다. 이 파일을 사용자 지정하거나 새 모델 구성(예:my_models.json
)을 생성하여 에이전트 실행 시 지정할 수 있습니다. 자세한 구조는config/models/example.models.json
파일을 참조하세요.에이전트는 모델 구성에서
provider
필드를 사용하여.env
파일에서 로드할 API 키를 결정합니다(예:provider
가openai
인 경우OPENAI_API_KEY
로드합니다).config/agents/
디렉토리에 에이전트 구성 파일(예:default.agent.json
또는my_agent.json
)을 만듭니다.
snakagent 의 도구를 사용하여 간단히 자신의 에이전트 구성을 만들 수 있습니다.
용법
프롬프트 모드
프롬프트를 실행합니다:
서버 모드
서버를 실행합니다 :
사용 가능한 모드
|대화형 모드|자율 모드| |---|---|---| |프롬프트 모드|✅|✅| |서버 모드|✅|✅|
프로젝트에 Snak을 구현하세요
snak 패키지 설치
에이전트 인스턴스를 생성하세요
행위
액션에 대한 자세한 내용은 이 문서 섹션을 참조하세요. 키트의 포괄적인 인터페이스는 사용 가능한 모든 플러그인과 액션을 쉽게 탐색할 수 있는 카탈로그를 제공하여 검색 및 사용을 더욱 간편하게 만들어 줍니다.
에이전트에 작업을 추가하려면 여기의 단계별 가이드를 쉽게 따르세요.
기여하다
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
특허
MIT 라이센스 - 자세한 내용은 LICENSE 파일을 참조하세요.
자세한 내용은 docs.kasar.io를 방문하세요.
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Starknet을 기반으로 하는 강력하고 안전한 AI 에이전트를 구축하세요.
Related MCP Servers
- -securityAlicense-qualityA comprehensive toolkit for building AI agents with blockchain capabilities, enabling interactions with multiple blockchain networks for tasks like wallet management, fund transfers, smart contract interactions, and cross-chain asset bridging.Last updated -3GPL 3.0
- -securityFlicense-qualityIntegrates with the AgentCraft framework to enable secure communication and data exchange between AI agents, supporting both premade and custom enterprise AI agents.Last updated -1
- AsecurityAlicenseAqualityA comprehensive Model Context Protocol server that enables AI agents to interact with Starknet blockchain, query data, manage wallets, and work with smart contracts.Last updated -25104MIT License
- -securityAlicense-qualityA lightweight framework for building and orchestrating AI agents through the Model Context Protocol, enabling users to create scalable multi-agent systems using only configuration files.Last updated -MIT License