- Home
- Design & Media
- Agently
Agently
[GenAI Application Development Framework] π Build GenAI application quick and easy π¬ Easy to inte
Rating
Votes
0
score
Downloads
0
total
Price
Free
API key required
Works With
About
Agently 4 π
Build productionβgrade AI apps faster, with stable outputs and maintainable workflows.
English Introduction | δΈζδ»η»
](https://github.com/AgentEra/Agently/blob/main/LICENSE) [ ](https://pypistats.org/packages/agently) [ [](https://x.com/AgentlyTech)
π₯ Latest Docs | π 5βminute Quickstart | π‘ Core Features
Official Skills
Official installable Agently skills are now published at:
- GitHub: https://github.com/AgentEra/Agently-Skills
- Install:
npx skills add AgentEra/Agently-Skills
What you get after installing:
- Better implementation routing for real Agently work, from single-request design to TriggerFlow, multi-agent, MCP, tools, session, and FastAPI integration
- Ready-to-use skill guidance for common production tasks instead of re-explaining framework concepts in every coding session
- Migration playbooks for LangChain and LangGraph, so existing agent systems can be translated into Agently faster
- A higher-quality coding-agent experience, because the skills package gives the agent concrete Agently patterns, boundaries, and recommended implementation paths
π Quick Links
- Docs (EN): https://agently.tech/docs
- Docs (δΈζ): https://agently.cn/docs
- Agent Systems Playbook (EN): https://agently.tech/docs/en/agent-systems/overview.html
- Agent Systems Playbook (δΈζ): https://agently.cn/docs/agent-systems/overview.html
- Official Agently Skills: https://github.com/AgentEra/Agently-Skills
- Install Agently Skills:
npx skills add AgentEra/Agently-Skills
Optional Companion Package: Agently Devtools
agently-devtools is a separate companion package for runtime observation and developer tooling.
- Install:
pip install agently-devtools - Dependency direction:
agently-devtools -> agently - Compatibility line:
agently-devtools 0.1.xtargets `agently >=4.0.9, resize)
session = agent.activated_session assert session is not None
def analysis_handler(full_context, context_window, memo, session_settings): if len(context_window) > 6: return "keep_last_six" return None
def keep_last_six(full_context, context_window, memo, session_settings): return None, list(context_window[-6:]), memo
session.register_analysis_handler(analysis_handler) session.register_resize_handler("keep_last_six", keep_last_six)
### 5) π§ Tool Calls + Logs
Tool selection and usage are logged in `extra.tool_logs`.
@agent.tool_func def add(a: int, b: int) -> int: return a + b
response = agent.input("12+34=?").use_tool(add).get_response() full = response.get_data(type="all") print(full["extra"]["tool_logs"])
### 6) π Unified Model Settings (OpenAICompatible)
One config for multiple providers and local models.Don't lose this
Three weeks from now, you'll want Agently again. Will you remember where to find it?
Save it to your library and the next time you need Agently, itβs one tap away β from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.
β‘ Pro tip for geeks: add a-gnt π€΅π»ββοΈ as a custom connector in Claude or a custom GPT in ChatGPT β one click and your library is right there in the chat. Or, if youβre in an editor, install the a-gnt MCP server and say βuse my [bench name]β in Claude Code, Cursor, VS Code, or Windsurf.
a-gnt's Take
Our honest review
[GenAI Application Development Framework] π Build GenAI application quick and easy π¬ Easy to inte. Best for anyone looking to make their AI assistant more capable in design & media. It's completely free and works across most major AI apps. This one just landed in the catalog β worth trying while it's fresh.
Tips for getting started
Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.
Heads up: this needs an API key to work. You'll get one from the service's website (usually free). The setup guide tells you exactly where.
What's New
Imported from GitHub
Ratings & Reviews
0.0
out of 5
0 ratings
No reviews yet. Be the first to share your experience.