Toolverse
All skills

agentica-server

by parcadei

Agentica server + Claude proxy setup - architecture, startup sequence, debugging

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
parcadei
Category
Data Science
Views
5

About this skill

Agentica server + Claude proxy setup - architecture, startup sequence, debugging

How to use

  1. Przygotuj trzy oddzielne terminale — każdy będzie uruchamiać inny komponent stosu. Upewnij się, że masz zainstalowane uv oraz dostęp do Claude CLI.

  2. W pierwszym terminalu uruchom Claude proxy na porcie 8080: uv run python scripts/agentica/claude_proxy.py --port 8080. Czekaj, aż proxy będzie gotowe do przyjmowania żądań.

  3. W drugim terminalu przejdź do katalogu serwera Agentica i ustaw zmienną środowiskową INFERENCE_ENDPOINT_URL wskazującą na proxy, następnie uruchom serwer na porcie 2345: cd workspace/agentica-research/agentica-server, potem INFERENCE_ENDPOINT_URL=http://localhost:8080/v1/chat/completions uv run agentica-server --port 2345.

  4. W trzecim terminalu ustaw zmienną S_M_BASE_URL na adres serwera i uruchom swój skrypt agenta: S_M_BASE_URL=http://localhost:2345 uv run python scripts/agentica/your_script.py. Zastąp your_script.py nazwą Twojego pliku.

  5. Aby sprawdzić, czy wszystko działa, użyj curl do testowania health checków — dla proxy: curl http://localhost:8080/health, dla serwera: curl http://localhost:2345/health. Jeśli obie odpowiedzi są pozytywne, agent może się połączyć.

  6. Jeśli napotkasz problemy z połączeniem, pamiętaj, że SDK łączy się z serwerem (port 2345), a serwer łączy się z proxy (port 8080) — to dwa różne endpointy. Sprawdź logi w każdym terminalu, aby zidentyfikować, gdzie połączenie się przerywa.

Related skills

threejs

by mrgoonie

Build 3D web apps with Three.js (WebGL/WebGPU). Use for 3D scenes, animations, custom shaders, PBR materials, VR/XR experiences, games, data visualizations, product configurators.

Data Science
1743

ml-paper-writing

by davila7

Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation

Data Science
2681

pdf-processing

by Ming-Kai-LC

Comprehensive PDF processing techniques for handling large files that exceed Claude Code's reading limits, including chunking strategies, text/table extraction, and OCR for scanned documents. Use when working with PDFs larger than 10-15MB or more than 30-50 pages.

Data Science
23134

claude-automation-recommender

by anthropics

Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code

Data Science
1787

a-stock-analysis

by openclaw

A股实时行情与分时量能分析。获取沪深股票实时价格、涨跌、成交量,分析分时量能分布(早盘/尾盘放量)、主力动向(抢筹/出货信号)、涨停封单。支持持仓管理和盈亏分析。Use when: (1) 查询A股实时行情, (2) 分析主力资金动向, (3) 查看分时成交量分布, (4) 管理股票持仓, (5) 分析持仓盈亏。

Data Science
48153

market-research-reports

by davila7

Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, deep integration with research-lookup for

Data Science
16115