Skip to content

etrobot/swarmPlan2Serp

Repository files navigation

swarmPlan2Serp

A Plan-and-excute(search) demo with OpenAI Swarm and FastHTML.

  • No function-call feature required.
  • Use any LLM api that follows the OpenAI format.
graph TD;
	__start__([__start__]):::first
	plan_agent(Analyst)
	Search(Search)
	Synthesizer(Synthesizer)
	__end__([__end__]):::last
	__start__ --> plan_agent;
	plan_agent --> Search;
	Search --> plan_agent;
	plan_agent --> Synthesizer;
	Synthesizer -.-> __end__;	
Loading
image

Usage

  1. Copy .env_example to .env and fill out the necessary information.
  2. Run poetry install
  3. Run poetry run python app.py

Support

Buy Me a Coffee

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages