Skip to main content

A lightweight Python package for creating agents on Langchain for Agentic platforms

Project description

A lightweight framework to create agents based on the LangChain BaseModel interface.

The idea is to make it easy to a multi-agent platform.

Usage

Basic Example

(TODO)

Complex Journal Multi-Agent Platform

(TODO)

Philosophy

I went with three guiding principles in writing this model.

  1. Everything is an agent: tools, buses, orchestrators are all agents.
  2. Final code should show the flow: You should be able scale while being able to see how agents connect to each other. This means that each agent relationship should be at most one line of code.
  3. Agents are minimal building blocks: one prompt per agent, one vector store per agent, one model per agent.

Deployment

The mode of deployment is as follows: Make sure that there is a model and an API, based on the BaseModelin LangChain. Put all agents in the same piece of code. Run this code on a loop - the loop can also be an "orchestrator" agent.

Note that you can also host the model on the same pod / instance / computer as the agents. This is how I (the author) tested it.

Development

Requirements

Just Docker. If you want to develop, you can use the .devcontainer on VS Code, you don't need to install anything.

This works with VS Code, however, if you want to use another IDE, you can also use the Dockerfile.dev to create your development environment.

Testing

Run:

docker-compose run --rm --build test

Contributing

  1. Branch out
  2. Add new code.
  3. Add tests.
  4. Push.
  5. Make a pull request.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agents_on_langchain-0.1.0.dev202502010500.tar.gz (10.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file agents_on_langchain-0.1.0.dev202502010500.tar.gz.

File metadata

File hashes

Hashes for agents_on_langchain-0.1.0.dev202502010500.tar.gz
Algorithm Hash digest
SHA256 01e26e2ba912c385c71cba9234bb68008b3da1c94c6adb24a338de092607197b
MD5 f6d6151c6ee7ea07c4eba3a37e727ea9
BLAKE2b-256 a9c4e4baf6512a67c7f16c1b990f9c599b76acc0cf16c3c2f5824f5172d324c6

See more details on using hashes here.

File details

Details for the file agents_on_langchain-0.1.0.dev202502010500-py3-none-any.whl.

File metadata

File hashes

Hashes for agents_on_langchain-0.1.0.dev202502010500-py3-none-any.whl
Algorithm Hash digest
SHA256 690c89045caf543adc78e4bfcf4a1ee4199b651b5c6dbfe4bd9e438b0440dec3
MD5 07d4dd2e0547a5e638b4b64966e21609
BLAKE2b-256 b1c33cd3be1805a997223fe32265c2e2c9b59fe170af26e1c049693baccc8514

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page