shibing624shibing624Community·2 Agent Skills Included

agentica

Build multi-agent apps with memory, tools, and self-evolving skills

Builds autonomous agents that combine models, tools, memory, and knowledge bases in one Python framework. Runs multi-step coding, research, and data tasks through a CLI, local web app, or desktop app without manual orchestration. Compiles past experience into reusable skills and coordinates multiple sessions, cutting repeated setup and supervision work.
npx skills add shibing624/agentica --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Agentica?

Run `npx skills add shibing624/agentica --all -g -y` in your terminal to install all skills in this repository globally.

What can I build with Agentica?

You can build agents that search the web, edit files, run shell commands, remember facts across sessions, and delegate work to sub-agents. It ships as a Python SDK plus a ready-to-use CLI, web UI, and desktop app.

Which models does Agentica support?

It works with OpenAI, DeepSeek, Claude, ZhipuAI, Qwen, Moonshot, Ollama, and LiteLLM, and you can switch providers with a single config profile.

Can multiple Agentica sessions work together?

Yes. Sessions can spawn sub-agents with task, launch independent workers with delegate, and exchange peer messages across terminals without extra deployment.

Do I need coding experience to use Agentica?

No for the CLI and desktop app, where you just type plain-language requests. The Python SDK requires basic Python knowledge to embed agents in your own code.

Related Repositories in Software Engineering

View All in Software Engineering