Skip to main content
0
A

Agently

[GenAI Application Development Framework] πŸš€ Build GenAI application quick and easy πŸ’¬ Easy to inte

Rating

0.0

Votes

0

score

Downloads

0

total

Price

Free

API key required

Works With

Claude CodeCursorWindsurfVS CodeDeveloper tool

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.x targets `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

1

Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.

2

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

Version 1.0.06 days ago

Imported from GitHub

Ratings & Reviews

0.0

out of 5

0 ratings

No reviews yet. Be the first to share your experience.