Skip to main content

No project description provided

Project description

Hippycampus

A LangChain-based CLI and MCP server that supports dynamic loading of OpenAPI specifications and integration with Langflow.

Prerequisites

  • Python 3.12.9
  • UV package manager
  • Google AI Studio API key
  • Langflow (for visual workflow creation)

Installation

# Install UV if you haven't already
curl -LsSf https://astral.sh/uv/install.sh | sh

# Create and activate virtual environment
uv venv
source .venv/bin/activate  # On Windows use: .venv\Scripts\activate

# Install hippycampus and its dependencies
uv pip install -e .

# Install langflow
uv pip install langflow

Configuration

Google AI Studio API Key

  1. Visit Google AI Studio
  2. Click "Create API Key" in the top right
  3. Copy the generated key and set it as an environment variable:
export GOOGLE_API_KEY='your-api-key-here'

Running the Applications

CLI Mode (no MCP server)

uv run hippycampus-cli

MCP Server Mode (SSE)

uv run hippycampus-server --transport sse --port 8000

Langflow Server

Ensure the MCP server is running before starting Langflow.

  1. Set the components path environment variable:
# Get your current working directory
pwd
# Use the output to set the components path
export LANGFLOW_COMPONENTS_PATH="/output/from/pwd/langflow/components"
  1. Start the Langflow server (add --dev for development mode):
uv run langflow run
  1. Open your browser and navigate to http://localhost:7860

Using Custom Components in Langflow

  1. In the Langflow UI, locate the custom components:

    • OpenApi Service: For loading OpenAPI specifications
    • Hippycampus MCP Server: For connecting to the MCP server over SSE
  2. Configure the components:

    • OpenApi Service: Use https://raw.githubusercontent.com/APIs-guru/unofficial_openapi_specs/master/xkcd.com/1.0.0/openapi.yaml for testing
    • MCP Server: Use http://localhost:8000/sse

See the Screencast Demo for a visual guide. Screencast Demo

Note that the official XKCD swagger files contain an error and specify the comic_id field as a number instead of an integer, there is a fixed version in the test folder.

Troubleshooting

  • Authentication errors: Check if GOOGLE_API_KEY is set correctly
  • Missing components in Langflow: Verify LANGFLOW_COMPONENTS_PATH points to the correct directory
  • Connection issues: Ensure the MCP server is running before connecting via Langflow
  • If components don't appear in Langflow, try restarting the Langflow server
  • Use the cli to debug openapi_builder/spec_parser and agent interaction issues before running in MCP/Langflow.

License

MIT License

Copyright (c) 2024 Ray Cromwell

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

mseep_hippycampus-0.1.0.tar.gz (25.3 kB view details)

Uploaded Source

Built Distribution

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

mseep_hippycampus-0.1.0-py3-none-any.whl (27.5 kB view details)

Uploaded Python 3

File details

Details for the file mseep_hippycampus-0.1.0.tar.gz.

File metadata

  • Download URL: mseep_hippycampus-0.1.0.tar.gz
  • Upload date:
  • Size: 25.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.12

File hashes

Hashes for mseep_hippycampus-0.1.0.tar.gz
Algorithm Hash digest
SHA256 e77c346525698bd2a26c8d313719bfc456b097b7e974a33e750aa6745142df58
MD5 3e3321f026799a9978163695e56ddb75
BLAKE2b-256 dc6bbefaf79ebe90cdac25eb193b9e0c4c83d2452e6b31f7ad4ccb7ab4520a9a

See more details on using hashes here.

File details

Details for the file mseep_hippycampus-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mseep_hippycampus-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d4f5ab19627d8188591b5946ac006d9d6dd72ba9c3856cce96beee6ea09b5151
MD5 1e4c202acfbf6b887adec4f99ffda4fc
BLAKE2b-256 a339b5ca5d4c7fb16fe3738dfc6f7d16fa7b94c0a1555f139a906c9878375c22

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