promptulate icon indicating copy to clipboard operation
promptulate copied to clipboard

🚀Large language model automation and Autonomous Language Agents development framework. Build your LLM Agent Application in a pythonic way!

Results 81 promptulate issues
Sort by recently updated
recently updated
newest added

## 🚀 Feature Request It is convenient for developers to deploy in a simple way. We can use like `pne.startup()` method to startup a web server. Export api for developers.

enhancement

https://undertone0809.github.io/promptulate/#/modules/llm/llm?id=llm Description

Gitalk
http://localhost:3000/#/modules/llm/llm?id=llm

## 🚀 Feature Request The logic of the Agent is highly customized in most cases, so the best case is to automatically generate an agent project template through the command...

enhancement

Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.2. Release notes Sourced from actions/cache's releases. v4.0.2 What's Changed Fix fail-on-cache-miss not working by @​cdce8p in actions/cache#1327 Full Changelog: https://github.com/actions/cache/compare/v4.0.1...v4.0.2 v4.0.1 What's Changed Update...

dependencies
github_actions

.. add proxies kwargs in duckduckgo tool tool.run(xxx,proxies="socks5://localhost:7891") .. ## Summary by CodeRabbit - **New Features** - Added proxy support for DuckDuckGo search queries, allowing users to route requests through...

size:S

## 🚀 Feature Request We need benchmark to eval the ability of Agent. ## References ~~- https://github.com/THUDM/AgentBench~~ AgentBench is evlaute different LLM models. - https://toolemu.com/ - https://mp.weixin.qq.com/s/0FZrgFosHzzYFBRiV3ba2g

enhancement

Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.25.0 to 6.0.0. Release notes Sourced from release-drafter/release-drafter's releases. v6.0.0 What's Changed Update Node.js to 20 (#1379) @​massongit Full Changelog: https://github.com/release-drafter/release-drafter/compare/v5.25.0...v6.0.0 v6.0.0-beta.1 Prerelease of v6, first release...

dependencies
github_actions
size:XS

1.add Ernie embedding support 2.add OpenAi embedding support 3.add vectordb support ,example chromdb 4.add knowledge abstract module

enhancement

Bumps [arxiv](https://github.com/lukasschwab/arxiv.py) from 1.4.8 to 2.1.0. Release notes Sourced from arxiv's releases. 2.1.0 Deprecating change. Deprecates submodule-style imports for the base package: import arxiv.arxiv and from arxiv import arxiv. Use...

dependencies
python
size:XS

LM Studio can use OpenAI API type to call local LLM. It's a best for us to create a notebook for developers show how to use local LLM. --- @ruanrongman...

documentation